xano_meta_api_docs
Retrieve documentation for Xano's Meta API to programmatically manage workspaces, databases, APIs, functions, agents, and more. Begin with the 'start' topic for an overview.
Instructions
Get documentation for Xano's Meta API. Use this to understand how to programmatically manage Xano workspaces, databases, APIs, functions, agents, and more.
Topics
start: Xano Meta API - Getting Started
authentication: Authentication & Authorization
workspace: Workspace Management
apigroup: API Group Management
api: API Endpoint Management
table: Database Table Management
function: Reusable Function Management
task: Scheduled Task Management
agent: AI Agent Management
tool: Agent Tool Management
mcp_server: MCP Server Management
middleware: Middleware Management
branch: Branch Management
realtime: Realtime Channel Management
file: File Storage Management
history: Request & Execution History
workflows: Common Workflows
Usage
Start with "start" topic for overview and getting started
Use "workflows" for step-by-step guides
Use specific topics (workspace, table, api, etc.) for detailed endpoint docs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Documentation topic to retrieve. Start with 'start' for an overview of the Meta API. Example: topic='workspace' for workspace management endpoints, topic='table' for database table operations. | |
| detail_level | No | Level of detail to return. 'overview' = brief summary of endpoints and their purpose. 'detailed' = full API reference with parameters, headers, and response formats. 'examples' = includes curl and fetch code examples for each endpoint. Default: 'detailed'. | |
| include_schemas | No | Include JSON schemas for request bodies and response payloads. Useful for understanding the expected data format. Set to false to reduce response size. Default: true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentation | Yes | The Meta API documentation content for the requested topic. |