OpenAPI
Use the machine-readable API schema for typed clients, validation, and agent context.
The OpenAPI schema is the exact machine-readable contract for the public API. Use it when generating typed clients, validating response handling, or giving an agent endpoint details.
Schema URL
The schema is available from the public API service:
https://api.tablewealth.com/openapi.jsonBase URL
Use the Tablewealth API origin as the base URL for generated clients:
https://api.tablewealth.comClient generation
Use the schema with your preferred OpenAPI client generator.
Recommended flow
- Fetch the schema from the current API base URL.
- Generate types and client helpers.
- Call
GET /v1/api-keyat runtime. - Branch from
availableOperations. - Handle pagination and normalized errors explicitly.
Agent-ready docs
Coding agents should use the human docs page, the agent guide, and the OpenAPI schema together.
Agent guide
Use /docs/api/agents.txt for a portable implementation guide with endpoint summaries, scopes, and conventions.
Fumadocs LLM index
Use /docs/api/llms.txt for the default Fumadocs LLM index.
Markdown pages
Use .md URLs for page-level markdown. For example:
/docs/api/accounts.md