Tablewealth

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.json

Base URL

Use the Tablewealth API origin as the base URL for generated clients:

https://api.tablewealth.com

Client generation

Use the schema with your preferred OpenAPI client generator.

  1. Fetch the schema from the current API base URL.
  2. Generate types and client helpers.
  3. Call GET /v1/api-key at runtime.
  4. Branch from availableOperations.
  5. 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

On this page