- Phoenix API Railing: proxy to PHOENIX_RAILING_URL, tenant me routes - Tenant-auth: X-API-Key support for /api/v1/* (api_keys table) - Migration 026: api_keys table; 025 sovereign stack marketplace - GET /graphql/schema, GET /graphql-playground, api/docs OpenAPI - Integration tests: phoenix-railing.test.ts - docs/api/API_VERSIONING: /api/v1/ railing alignment - docs/phoenix/PORTAL_RAILING_WIRING Made-with: Cursor
554 B
554 B
Phoenix API — API docs
- GraphQL:
POST /graphql. Schema:GET /graphql/schema. Interactive:GET /graphql-playground. - OpenAPI (GraphQL): openapi-graphql.yaml
- REST railing (Infra/VE/Health, tenant me): Same paths as Phoenix Deploy API; when
PHOENIX_RAILING_URLis set, Sankofa API proxies to it. Full OpenAPI for the railing is in thephoenix-deploy-apirepo (openapi.yaml). Tenant-scoped:GET /api/v1/tenants/me/resources,GET /api/v1/tenants/me/health(require JWT or X-API-Key with tenant).