Developer documentation and API reference for Metal, the AI context layer for financial firms. Built on Mintlify.
docs.json— site configuration (branding, theme, navigation).index.mdx,quickstart.mdx,authentication.mdx— getting started.concepts/— platform overview and core concepts.guides/— pagination, errors, rate limits, search, webhooks.api-reference/— API reference overview and the OpenAPI spec (openapi.json).logo/,favicon.png— brand assets.
The API reference is generated from api-reference/openapi.json (OpenAPI 3.1). To add or change an endpoint:
- Edit
api-reference/openapi.json. - Reference the operation in
docs.jsonnavigation as"METHOD /path"(for example,"GET /v1/companies").
Install the Mintlify CLI:
npm i -g mintRun a local preview from the repo root (where docs.json lives):
mint devValidate the configuration and check links:
mint validate
mint broken-linksView the local preview at http://localhost:3000.
Changes are deployed automatically after they merge to the default branch via the Mintlify GitHub app.