Skip to main content

Command Center API

Status: Live — api.traxsgroup.com
Repo: traxs/RoundTrip/CommandCenterAPI
Tagline: The integration backbone of the Traxs One Suite.

The Command Center API is the platform backbone of the Traxs One Suite. It serves as the integration layer between all Traxs products, handles public-facing communication (contact forms, support requests), and will grow into the central hub for cross-product data sharing, unified billing, and AI inference routing.

It is not a customer-facing product. It has no UI. It is infrastructure.


Current Endpoints (Live)

EndpointPurposeAuth
POST /v1/contactContact form → SendGridPublic
GET /healthHealth checkPublic

Planned Endpoints

EndpointPurposeWhen
POST /v1/supportSupport requests → SendGrid + CrispNow
POST /v1/feedbackIn-app feedback → SendGridNow
GET /v1/roundtrip/revenue-summaryRoundTrip revenue for WaypointWaypoint M7
GET /v1/roundtrip/tickets/openOpen ticket summaryWaypoint M7
GET /v1/roundtrip/invoices/recentRecent invoicesWaypoint M7
GET /v1/roundtrip/teamTeam listWaypoint M7
GET /v1/roundtrip/ar/agingAR aging dataWaypoint M7
GET /v1/suite/subscriptionsActive product subscriptionsWaypoint M7

Planning Documents

DocumentDescription
BRDBusiness requirements — why it exists, what it solves, growth path
PRDProduct requirements — full endpoint specifications with request/response schemas
SADSolution architecture — auth model, RoundTrip client, infrastructure
Implementation Plan5 phases tied to product launch milestones

Contributing

This manual only stays useful if it stays current. Every team member is expected to update documentation when they discover something is wrong or missing.

To update a page:

  1. Clone the RoundTripOps repository
  2. Create a branch: docs/description-of-change
  3. Make your changes in the relevant markdown file
  4. Open a PR against main — no approval required for documentation changes
  5. Merge and the ops site auto-deploys via ADO pipeline

Guidelines:

  • Write for someone who doesn't have your context — assume the reader is new
  • Prefer short sentences and tables over long paragraphs
  • Add runbook entries any time you solve a production incident
  • Never commit secrets, passwords, or API keys to this repo — those live in Bitwarden

Keystone is a product of Traxs Group LLC. This manual is confidential and intended for internal use only.