API Reference
The API reference in this section is generated from the OpenAPI specification emitted by@eden/api.
Generation flow
pnpm --filter @eden/api openapi:generatepnpm --filter @eden/docs openapi:sync- Mintlify renders OpenAPI pages from
openapi/eden-api.json - Local docs sync injects dev playground examples from
packages/docs/.env.local
Notes
- Route contracts should be updated in
@eden/contractsfirst. - Implementation should follow in
apps/api. - OpenAPI and SDK generation should run after contract changes.
- Protected headless/content operations are documented with bearer security in OpenAPI.