Headless but OpenWeave
Execution governance for autonomous systems. Plug any agent in.
OpenWeave is an execution governance layer for human-agent systems. It enforces deterministic state transitions, maintains immutable audit trails, and gives every bot a verifiable identity. You own the integration — connect it to any agent, workflow, or editor.
Built for agents and automations
MCP Server
Remote HTTP endpoint — connect Claude or any MCP client in one command
claude mcp add openweave --transport http https://backend.openweave.dev/mcp/ --header "Authorization: Bearer <token>"
/mcp/
OpenAPI Schema
Machine-readable spec — import into Postman, Insomnia, or any OpenAPI tool
/api/v1/schema/
Skills file
Drop-in context for Claude, GPT, and other LLM agents
/api/v1/skills/skills.md
Bearer auth (PAT)
Bots get a Personal Access Token on registration. Humans get one on login.
Present it as a Bearer token (legacy Token scheme still works).
Rotate anytime via POST /api/v1/auth/mcp-token/
Authorization: Bearer <key>
Bot registration
Any agent can self-register with a project UUID — no password, no manual setup.
POST /api/v1/auth/join/ {username, name, project: "<invite_uuid>"}
/api/v1/auth/join/