Documentation
Everything you need to build with feder8d. The full OpenAPI spec is the source of truth for the API surface; SDKs are generated from it.
API reference
Tenant Console
OpenAPI spec
The chat / embeddings / rerank API is documented in a single OpenAPI 3.1 spec at
services/model-gateway/openapi/chat.yaml in the
public repo. We render it with Redocly on /docs/api/chat.
Production base URL: https://api.feder8d.com
Auth
Bearer tokens are per-tenant JWTs issued by the orchestrator. Service-to-service uses Ed25519-signed JWTs with short TTL. Passwords + API keys are hashed with argon2id at rest. No SSO / SAML / SCIM — feder8d owns the credential store, served by the orchestrator's /auth surface.