Create an empty table with a column schema
Tables
Create an empty table with a column schema
Creates a new table that agents can use as a knowledge base or for real-time data lookups. The table is empty after creation; records are added via POST /api/v1/data//records.
POST
Create an empty table with a column schema
Documentation Index
Fetch the complete documentation index at: https://developers.mihu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Body
application/json
Table name shown to users and referenced by agents.
Example:
"Product Catalog"
Column schema. Each column needs a name and a data_type.
Minimum array length:
1Optional description of what this table stores and how the agent should use it.
Example:
"Catalog of products the agent can answer questions about."