Source for the Supermodel API docs site: docs.supermodeltools.com.
Get your API key from the Supermodel Dashboard and send it in the X-Api-Key header.
- Docs: docs.supermodeltools.com
- OpenAPI spec (canonical):
supermodeltools/openapi-spec(openapi.yaml) - TypeScript SDK:
supermodeltools/typescript-sdk - MCP Server:
supermodeltools/mcp
- Pages: edit the MDX files in the repo root (
index.mdx,quickstart.mdx,authentication.mdx,concepts.mdx). - API Reference: this site is driven by the public OpenAPI spec in
supermodeltools/openapi-spec.
- Production-first: examples should target
https://api.supermodeltools.comand the Dashboard at dashboard.supermodeltools.com. - Spec mismatch? If the API behavior differs from the spec, file an issue on
supermodeltools/openapi-spec. - Docs issue? File an issue on this repo.
These instructions are only for previewing changes to supermodel-api-docs locally.
Install the mint CLI:
npm i -g mintRun the dev server from this repo root (where docs.json lives):
mint devPreview at http://localhost:3000.