Skip to main content
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.
The knowledge base will give agents a first-class way to ground their answers in your own documents — product docs, runbooks, sales playbooks, FAQs — without you having to chunk and embed everything by hand. You’ll be able to add files, URLs, or whole connected sources (e.g. a Google Drive folder) to a workspace knowledge base, and agents will retrieve the most relevant passages on every turn.

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.
If your reference content is mostly markdown or short notes, you can also paste it directly into the agent’s system prompt today. The knowledge base will replace that pattern with a retrieval-augmented one so the context window stays small.

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_search MCP 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.
We’ll fill this page in with the real shape once AGMX-6 merges. For early access, watch the changelog or reach out via the in-dashboard support widget.

Workspace database

Structured durable state for your agents.

Tools

The full deployed-agent tool registry.