SynapSynapDocs

Agents

Built-in Synap AI, external agents, MCP, skills, and governance model.

Synap supports two complementary agent layers:

  • Built-in intelligence running with your pod (orchestrator + specialists).
  • External agents connected through open protocols.

All mutations remain governed by permissions and proposal review.

Connection protocols

ProtocolBest forEndpoint
Hub Protocol RESTFull agent workflows, CRUD, memory, channels/api/hub/*
MCPClaude Desktop, IDE assistants, tool-use flows/mcp
OpenAI-compatibleReuse existing LLM clients/v1/chat/completions

Built-in Synap AI

  • Works in channels and branches.
  • Can propose structured changes.
  • Supports proactive nudges/briefings.
  • Uses the same governance model as external agents.

External agents

  • OpenClaw and custom agents connect via API keys.
  • Scope-limited access per key.
  • No silent writes outside allowed policy paths.

Practical paths

Governance

  • AI writes pass permission checks.
  • Non-auto-approved operations create proposals.
  • Full audit trail remains in event history.

On this page