auramaxxgg-web/src/features/docs/apiArtifacts.ts
API Overview
How the prose docs, capability manifests, OpenAPI contract, and compact schema fit together.
API CONTRACT
Machine-Readable Contract
What To Use
For Humans
- Browse the human docs at https://auramaxx.gg/docs.
- Use https://auramaxx.gg/api for the API-first entry page.
For Tools And SDKs
- Use /api/sdk-api for the browser SDK method surface.
- Generate typed clients from https://auramaxx.gg/auramaxxgg-tempo-openapi-v1.json.
- Use https://auramaxx.gg/auramaxxgg-public-api-schema-v1.json for a smaller AI-friendly route manifest.
For Runtime Discovery
- Keep the runtime manifests in play with https://api.auramaxx.gg/api/tempo/capabilities.
- Use https://api.auramaxx.gg/api/tempo/developer/v1/capabilities for delegated-user feature discovery.
Complementary Artifacts
Capability manifests tell you what is enabled right now. OpenAPI and the compact public schema tell you how to call the routes.
Document Reference
auramaxxgg-web/src/features/docs/apiArtifacts.ts
