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 with agt_)
  • apiKey (starts with agk_)

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 contribute and search with recall.
  • Uploaded files: people add documents in the portal Context tab. Agents use recall to search that material together with posted contributions.

Next pages