EveryDev.ai
Subscribe
Home
Tools

3,505+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
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. Bevel
    Bevel icon

    Bevel

    Agent Frameworks

    Vendor-agnostic, git-backed control plane for enterprise AI agents that defines context, skills, tools, and permissions as files in your own infrastructure, served to any agent runtime over MCP.

    Visit Website

    At a Glance

    Pricing
    Free tier available

    Open-source core of Bevel, self-hosted in your own infrastructure.

    Enterprise: Custom/contact

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent FrameworksMCP ServersAccess Control

    Alternatives

    MCP Agent MailContextForge AI GatewayDedalus Labs
    Developer
    Bevelites GmbHMunich, GermanyEst. 2024

    Listed Aug 2026

    About Bevel

    Bevel is a vendor-agnostic control plane for enterprise AI agents, built by Munich-based Bevelites GmbH (est. 2024). It lets companies define their agents' context, skills, tools, and permissions as plain files stored in their own infrastructure, then serves those definitions to any agent runtime over MCP or UTCP. The core of Bevel, called Hexis, is open source and was launched on Product Hunt.

    What It Is

    Bevel sits between a company's knowledge and the many AI agent runtimes its employees use — Claude Code, Cursor, ChatGPT desktop, opencode, background server-side agents, and self-hosted models. Instead of locking context, skills, and tool wiring inside each vendor's console or grounding store, Bevel stores everything as plain Markdown and YAML files in a company-owned git repository. Branches, change requests, and diffs are handled by git itself, not rebuilt as proprietary features.

    How the Control Plane Works

    Four artifacts fully specify an agent in Bevel:

    • Context — Typed knowledge nodes with provenance (source, last editor, verification date), compiled into a traversable graph.
    • Skills — Procedures written in plain Markdown, readable by process owners and reviewable in a diff.
    • Tools & Permissions — Tool manifests with secrets held in a vault; access rules declare which agent may read which file and call which endpoint.
    • Identity — Each agent is a named actor with its own credentials and scope, not a shared service account, making every action attributable.

    The repository structure follows a conventional layout (knowledge/, skills/, tools/, agents/, access/) and becomes the single source of truth that every connected runtime reads from.

    Protocol Layer: UTCP and CodeMode

    The Bevel team created the Universal Tool Calling Protocol (UTCP), an open alternative to Anthropic's Model Context Protocol. According to the Bevel website, UTCP has been championed by engineers at AWS, Adobe, Royal Bank of Canada, and MuleSoft. UTCP exposes every capability as a plain HTTP endpoint with no proxy server in the middle. The team's CodeMode library — which the site reports has over 1,500 GitHub stars and 45,000+ downloads — enables agents to chain tools through code execution rather than one call at a time.

    Enterprise Deployment Model

    Bevel is designed for companies that want to own their agent infrastructure rather than depend on a vendor's harness. The platform targets the "switchover cost" problem: when context, skills, and tool wiring live inside a vendor's product, migrating is extremely costly. With Bevel, the git repository is the source of truth and any compliant runtime can read from it. The site lists customers including Unite Procurement Deutschland AG, Egym SE, Workpath GmbH, Luminovo GmbH, and Avi Medical, and notes supporters including Meta, NVIDIA, Google, CDTM, UnternehmerTUM, Netlight, and EXIST — though these are vendor-published claims on the Bevel homepage.

    Update: Hexis Open Source Launch

    Bevel announced that Hexis, described as the core of Bevel, is now open source, with a live Product Hunt launch. The UTCP reference implementations and SDKs are also publicly available on GitHub under the universal-tool-calling-protocol organization. This positions Bevel as both an open-source project and a commercial enterprise platform with accompanying professional services.

    Bevel - 1

    Community Discussions

    Be the first to start a conversation about Bevel

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

    Pricing

    FREE

    Open Source (Hexis)

    Open-source core of Bevel, self-hosted in your own infrastructure.

    • Git-backed agent control plane
    • Context, skills, tools, and permissions as files
    • MCP and UTCP protocol support
    • Self-hosted deployment

    Enterprise

    Managed platform and professional services for enterprise AI transformation.

    Custom
    contact sales
    • Vendor-agnostic control plane
    • Per-agent identity and credentials
    • Secrets vault
    • File-level access rules
    • One-click tool integrations
    • AI transformation services
    • Ongoing support and maintenance
    View official pricing

    Capabilities

    Key Features

    • Git-backed control plane for enterprise AI agents
    • Vendor-agnostic: works with Claude Code, Cursor, ChatGPT, opencode, and self-hosted models
    • Context nodes with provenance tracking (source, editor, verification date)
    • Skills written in plain Markdown, reviewable in git diffs
    • Tool manifests with secrets vault and file-level access rules
    • Per-agent identity with individual credentials and scope
    • MCP and UTCP protocol support
    • One-click setup for common enterprise tools
    • Open-source core (Hexis)
    • CodeMode library for tool chaining via code execution

    Integrations

    Salesforce
    SharePoint
    Meta Ads
    Google
    MCP
    UTCP
    Claude Code
    Cursor
    ChatGPT
    opencode
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Bevelites GmbH

    Bevelites GmbH builds Bevel, a vendor-agnostic control plane for enterprise AI agents, from Munich, Germany (est. 2024). The team created the Universal Tool Calling Protocol (UTCP), an open alternative to MCP championed by engineers at AWS, Adobe, Royal Bank of Canada, and MuleSoft. They also maintain CodeMode, a library for tool chaining through code execution with over 1,500 GitHub stars and 45,000+ downloads. Bevel combines protocol-layer expertise with enterprise AI transformation services.

    Founded 2024
    Munich, Germany
    5 employees

    Used by

    Unite
    EGYM
    Luminovo
    Workpath
    +1 more
    Read more about Bevelites GmbH
    WebsiteGitHubLinkedIn
    1 tool in directory

    Similar Tools

    MCP Agent Mail icon

    MCP Agent Mail

    A mail-like asynchronous coordination layer for AI coding agents, providing identities, inboxes, searchable threads, and advisory file leases over FastMCP, Git, and SQLite.

    ContextForge AI Gateway icon

    ContextForge AI Gateway

    An open source AI gateway, registry, and proxy that federates MCP, A2A, and REST/gRPC APIs into a unified endpoint with centralized governance, discovery, and observability.

    Dedalus Labs icon

    Dedalus Labs

    Production-grade SDK for building model-agnostic AI agents powered by MCP with secure, multi-tenant authentication.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    601 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    176 tools

    Access Control

    AI-enhanced tools for managing authentication and authorization.

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