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.
Documentation Index
Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Table name shown to users and referenced by agents.
"Product Catalog"
Column schema. Each column needs a name and a data_type.
1Optional description of what this table stores and how the agent should use it.
"Catalog of products the agent can answer questions about."