Coming soon. The knowledge base feature (AGMX-6) is in active development. This page describes the intended shape and points you at the tools that fill the same need today.
What today does instead
Until the knowledge base ships, two existing capabilities cover most use cases:Workspace files
The
agnt_files_* MCP tools let an agent list, read, and upload files scoped to the workspace. Pair with csv_inspect / csv_query from the Builder side to slice large CSVs.Workspace database
For structured reference data — pricing sheets, account lists, normalized notes — store it as rows in the workspace DB and have the agent query with
agnt_db_select.What we’re planning
When the feature ships, expect:- A Knowledge bases tab in the dashboard where you create named collections and attach sources (files, URLs, integrations).
- A
knowledge_base_searchMCP tool on deployed agents, scoped per-agent so different agents can use different KBs. - Source-attributed citations in the agent’s responses so users can see where each answer came from.
- Incremental re-indexing on source changes.
Related
Workspace database
Structured durable state for your agents.
Tools
The full deployed-agent tool registry.