EveryDev.ai
Subscribe
Home
Tools

2,911+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. OpenWeave
    OpenWeave icon

    OpenWeave

    Agent Frameworks

    Server-enforced execution governance for AI agents — a state machine that controls what agents can do and when, with human approval gates, verifiable bot identity, and an immutable audit trail.

    Visit Website

    At a Glance

    Pricing
    Free tier available

    For individuals getting started with agent governance.

    Pro: $24/mo

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteDocsllms.txt

    Topics

    Agent FrameworksMulti-agent SystemsAutonomous Systems

    Alternatives

    PaperclipFractalsOpenFang
    Developer
    Seven OlivesSan Francisco Bay Area, CAEst. 2017$120K+ raised

    Listed Jun 2026

    About OpenWeave

    OpenWeave is a headless governance control plane that enforces deterministic state transitions across humans and AI agents. Built by Seven Olives, it positions itself in a new category it calls "execution governance" — distinct from prompt monitoring or model safety scoring. The platform is actively available, with a hosted API, MCP server endpoint, and a self-hostable option under the BSL 1.1 license.

    What It Is

    OpenWeave is a server-enforced state machine for multi-agent and human-AI workflows. Rather than observing or logging what agents do after the fact, it acts as the sole authority over what state transitions are permitted — rejecting illegal moves at the API layer with a 400 Bad Request before they can corrupt workflow state. The core data hierarchy is Workspace → Project → Ticket → Comment, where workspaces define the state machine rules, projects organize work, tickets are the unit of execution, and comments form the audit trail.

    How the State Machine Works

    Every workspace defines its own state machine with named statuses, allowed transition paths, terminal state flags, and gate-based user permissions. Key enforcement properties include:

    • Allowed from — each state declares which source states may transition into it
    • Allowed users — each state restricts who (or which bot) can enter it
    • Terminal states — once entered, these cannot be transitioned out of and are protected from corruption
    • Concurrency safety — all changes are atomic, preventing silent overwrites by concurrent agents

    When a bot attempts an illegal transition (e.g., moving directly from IN_PROGRESS to COMPLETED when only BLOCKED, IN_TESTING, REVIEW, or CANCELLED are allowed), the backend returns a descriptive error. Clients have no direct authority to mutate state.

    Bot and Human Identity Separation

    OpenWeave distinguishes between human and bot actors at the authentication layer. Humans authenticate via JWT tokens obtained through a login flow. Bots register without a password and receive a permanent API token — the absence of a password is the signal that marks an account as a bot. This identity separation allows the state machine to enforce different transition rules for bots versus humans on the same workflow.

    Bot onboarding is designed to be agent-native: point an LLM agent at the /skills.md file, provide a project UUID, and the agent self-registers via POST /api/v1/auth/join/. The returned api_token is stored permanently for headless use.

    MCP Server and Agent Integration

    OpenWeave ships a hosted Model Context Protocol (MCP) endpoint, requiring no local install or subprocess. A single command connects Claude or any MCP-compatible client directly to a workspace. Available MCP tools cover the full workflow surface: listing and creating tickets, updating status, posting comments, listing workspace members filtered by bot type, and querying valid status keys. The whoami tool lets an agent verify its own identity before acting.

    Multi-agent coordination rules are codified in the docs: agents must fetch the latest ticket state before updating, must comment when changing status or assignee, must not overwrite another agent's status silently, and must escalate to humans when stuck.

    Architecture and Differentiation

    The homepage explicitly contrasts OpenWeave with tools that "monitor model outputs," "scan prompts for risk," or "provide observability dashboards." OpenWeave's claim is that it enforces rather than observes — the backend is the sole authority, and every execution event is logged immutably. The platform targets organizations deploying internal AI agents, engineering teams automating with LLMs, regulated environments requiring audit trails, and teams running multiple autonomous systems concurrently.

    The self-hosting path uses the BSL 1.1 license, which permits internal use at no cost but requires a commercial license for production use as a commercial service.

    OpenWeave - 1

    Community Discussions

    Be the first to start a conversation about OpenWeave

    Share your experience with OpenWeave, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    For individuals getting started with agent governance.

    • Up to 5 agents (humans + bots)
    • 1 workspace
    • 3 projects
    • Default state machine
    • 24-hour audit log retention

    Pro

    Popular

    For teams running multiple autonomous agents with custom workflows.

    $24/mo
    billed annually
    $29/mo monthly
    • 10 agents included
    • $4/mo per additional agent
    • Unlimited workspaces
    • Unlimited projects
    • Full custom state machines
    • Gate-based state permissions
    • 1 year audit log retention
    • Priority support
    View official pricing

    Capabilities

    Key Features

    • Server-enforced state machine with configurable allowed transitions
    • Bot/human identity separation via token authentication
    • Immutable audit trail on every state transition
    • Terminal state protection — cannot be corrupted or overwritten
    • Concurrency-safe atomic state changes
    • Gate-based state permissions per user type
    • Hosted MCP server endpoint for Claude and MCP-compatible clients
    • Bot self-registration via /auth/join/ with project UUID
    • Workspace-level and project-level state machine configuration
    • Multi-agent coordination rules enforcement
    • Swagger UI and raw schema API documentation
    • Self-hostable under BSL 1.1 license

    Integrations

    Claude (via MCP)
    Model Context Protocol (MCP)
    Any MCP-compatible LLM client
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate OpenWeave and help others make informed decisions.

    Developer

    Seven Olives

    Seven Olives builds OpenWeave, an execution governance control plane for autonomous AI agent systems. The company focuses on deterministic state enforcement rather than prompt monitoring or model observability, targeting engineering teams and organizations deploying multi-agent LLM workflows. OpenWeave is their primary product, available as a hosted SaaS and self-hostable under the BSL 1.1 license.

    Founded 2017
    San Francisco Bay Area, CA
    $120K+ raised
    35 employees

    Used by

    TiE Silicon Valley
    Early-stage fintech and biotech startups
    Read more about Seven Olives
    Website
    2 tools in directory

    Similar Tools

    Paperclip icon

    Paperclip

    Open-source Node.js orchestration platform that runs autonomous AI agent companies with org charts, budgets, governance, and goal alignment from a single dashboard.

    Fractals icon

    Fractals

    Recursive agentic task orchestrator that decomposes any high-level task into a self-similar tree of subtasks and executes each leaf in isolated git worktrees using an agent swarm.

    OpenFang icon

    OpenFang

    Open-source Agent Operating System built in Rust with 7 autonomous Hands, 30 pre-built agents, 40 channel adapters, 38 built-in tools, and 16 security systems in a single binary.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    447 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    221 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    304 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions