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)
| Endpoint | Purpose | Auth |
|---|---|---|
POST /v1/contact | Contact form → SendGrid | Public |
GET /health | Health check | Public |
Planned Endpoints
| Endpoint | Purpose | When |
|---|---|---|
POST /v1/support | Support requests → SendGrid + Crisp | Now |
POST /v1/feedback | In-app feedback → SendGrid | Now |
GET /v1/roundtrip/revenue-summary | RoundTrip revenue for Waypoint | Waypoint M7 |
GET /v1/roundtrip/tickets/open | Open ticket summary | Waypoint M7 |
GET /v1/roundtrip/invoices/recent | Recent invoices | Waypoint M7 |
GET /v1/roundtrip/team | Team list | Waypoint M7 |
GET /v1/roundtrip/ar/aging | AR aging data | Waypoint M7 |
GET /v1/suite/subscriptions | Active product subscriptions | Waypoint M7 |
Planning Documents
| Document | Description |
|---|---|
| BRD | Business requirements — why it exists, what it solves, growth path |
| PRD | Product requirements — full endpoint specifications with request/response schemas |
| SAD | Solution architecture — auth model, RoundTrip client, infrastructure |
| Implementation Plan | 5 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:
- Clone the
RoundTripOpsrepository - Create a branch:
docs/description-of-change - Make your changes in the relevant markdown file
- Open a PR against
main— no approval required for documentation changes - 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.