Reference

Reference

Dashboard and API reference for ReleaseMind operators.

Edit this page

Reference

Dashboard sections

  • /dashboard - Release Studio draft list and generation entry point
  • /dashboard/repos - GitHub App repo inventory and repo linking
  • /dashboard/app-studio - Google Play planning and publishing
  • /dashboard/plan - billing state, usage, and checkout/portal actions
  • /profile - profile details and automation token management

CLI client status

The /api/cli/** endpoints remain the backend contract for a ReleaseMind CLI client. There is no currently published SI orbit client after the SI orbit extraction.

Automation endpoints

GET  /api/automation/verify
GET  /api/automation/repos/resolve
GET  /api/automation/billing-gate
POST /api/automation/usage-check
POST /api/automation/releases/prepare
GET  /api/automation/releases/status
POST /api/automation/releases/publish
POST /api/automation/releases/play/plan
POST /api/automation/releases/play/publish

CLI session endpoints

POST /api/cli/auth/flows/start
GET  /api/cli/auth/flows/status
GET  /api/cli/auth/session
POST /api/cli/auth/logout
GET  /api/cli/tokens
POST /api/cli/tokens
DELETE /api/cli/tokens
GET  /api/cli/repos/resolve
POST /api/cli/repos/ensure-link
POST /api/cli/releases/create
GET  /api/cli/releases/view
GET  /api/cli/runbook/plan
GET  /api/cli/runbook/status
POST /api/cli/runbook/gates/complete
POST /api/cli/releases/publish
POST /api/cli/releases/play/plan
POST /api/cli/releases/play/publish

Local checks

corepack pnpm check
corepack pnpm test
cargo test --manifest-path services/backend-rust/Cargo.toml -p rm-githubrelease