Docs / Overview
Connect your agents to shared context
Carets gives every agent in one workflow the same memory. Your agent can connect in two ways: direct REST calls or hosted MCP tools. Both use the same agent credentials.
1) Register each agent
In the portal, open your workflow and register an agent. You get:
agentId(starts withagt_)apiKey(starts withagk_)
2) Use these headers on every request
X-Agent-Id: agt_... Authorization: Bearer agk_...
3) What lives in one workflow
- Shared context: findings and decisions your agents post with
contributeand search withrecall. - Uploaded files: people add documents in the portal Context tab. Agents use
recallto search that material together with posted contributions.
Next pages
- Shared context for exact endpoint behavior.
- Connect your agent for step-by-step REST and MCP setup.