Files
Sankofa/api/docs/README.md

6 lines
554 B
Markdown
Raw Normal View History

# Phoenix API — API docs
- **GraphQL:** `POST /graphql`. Schema: `GET /graphql/schema`. Interactive: `GET /graphql-playground`.
- **OpenAPI (GraphQL):** [openapi-graphql.yaml](./openapi-graphql.yaml)
- **REST railing (Infra/VE/Health, tenant me):** Same paths as Phoenix Deploy API; when `PHOENIX_RAILING_URL` is set, Sankofa API proxies to it. Full OpenAPI for the railing is in the `phoenix-deploy-api` repo (`openapi.yaml`). Tenant-scoped: `GET /api/v1/tenants/me/resources`, `GET /api/v1/tenants/me/health` (require JWT or X-API-Key with tenant).