linkgo
Hexis

Hexis

AI

Open-source git-backed control plane for enterprise AI agents — context, skills, tools and permissions as files in your own repo, served over MCP.

-(0 Reviews)
Free Available
Starting from Free
Premium plans available

About Hexis

Hexis is the open-source core of Bevel, a vendor-agnostic control plane for enterprise AI agents. Instead of scattering context, skills, tools, and permissions across each vendor's console (Claude, Cursor, ChatGPT, opencode), Hexis makes them files in your own git repository and serves them to any agent runtime over MCP (or UTCP, the open protocol Bevel's team authored). Knowledge lives as typed nodes with provenance, procedures live as plain Markdown skills, tool manifests declare secrets and access rules once, and each agent is a named identity with its own credentials — no shared service accounts. Changes go through review like any other code. Bevel (the paid platform) adds hosted services, integrations, and enterprise support, while Hexis stays free and open-source for teams who want to self-host the reusable context layer.

Key Features

Git-backed source of truth: Context, skills, tools, permissions, and agent identities live as Markdown/YAML files in your own repository — reviewed, branched, and diffed like any other code.
Typed knowledge with provenance: Every fact is a typed node with source, owner, and last verification date, compiled into a graph you can traverse, mass-update, and dashboard.
Markdown skills, not prompt fragments: Procedures live as readable Markdown files that domain owners can review, instead of prompt snippets buried in a vendor config.
Tool manifests with vaulted secrets: Declare each tool once, hold secrets in a vault, and set file-level access rules that say which agent may read which file and call which endpoint.
Per-agent identity: Each agent is a named actor with its own credentials and scope — no shared service accounts, and every action is attributable to a specific agent.
Any runtime via MCP or UTCP: Serves the same governed surface to Claude Code, Cursor, ChatGPT, opencode, background agents, in-platform agents, and self-hosted models.
Open-source Apache-friendly release: Hexis is the OSS core; Bevel (paid) adds hosted services, integrations, and enterprise support on top.

Use Cases

Enterprises running AI agents across multiple vendors (Claude, Cursor, ChatGPT) who want context and skills defined once in their own infrastructure instead of re-uploaded per vendor.
Procurement, GTM, and RFI teams building specialised agents (e.g., tender desks, campaign agents) on top of a shared reusable knowledge layer with provenance.
Platform teams that need per-agent identities and file-level access controls so every tool call is attributable and destructive endpoints are gated by review.
Companies wary of vendor lock-in who want a portable spec (MCP/UTCP) so they can switch agent runtimes without rebuilding context, skills, and tool wiring.
Engineering leaders who want the AI 'operating manual' reviewed in git diffs and change requests instead of edited inside a black-box vendor console.
Open-source-first teams evaluating a control plane locally with Hexis before committing to Bevel's hosted platform for larger deployments.

Frequently asked questions about Hexis

What is Hexis?

Hexis is an open-source, Git-backed control plane designed for enterprise AI agents, providing context, skills, tools, and permissions organized as files in a personal repository, which are then served over a Multi-Cloud Platform (MCP). This structure enhances collaboration and efficiency in AI development.

Key Points

  • Open Source: Hexis is freely available, promoting community-driven development.
  • Git-Backed: Utilizes Git for version control, ensuring reliable collaboration and tracking of changes.
  • Multi-Cloud Compatibility: Works seamlessly across various cloud platforms, enhancing flexibility for enterprises.

Detailed Explanation

Hexis serves as a centralized control plane for managing enterprise AI agents, making it easier to configure their behavior and permissions. By leveraging Git, Hexis allows teams to maintain version control over their AI agent configurations, which is crucial for tracking changes, reverting to previous states, and collaborative development.

Features:

  1. Context Management: Hexis allows you to define the context in which AI agents operate. This means developers can tailor the environment and rules under which an AI agent performs tasks, leading to improved performance and relevance.

  2. Skills and Tools: Organizations can define specific skills and tools that AI agents can utilize, enhancing their capabilities. For example, an AI agent designed for customer support can be equipped with natural language processing tools and access to a knowledge base.

  3. Permissions Control: The platform allows for granular permissions, ensuring that only authorized users can modify settings or access sensitive data, thereby enhancing security in enterprise environments.

Use Cases:

  • AI Development Teams: Development teams can utilize Hexis to manage multiple AI projects, keeping configurations organized and easily accessible.
  • Regulatory Compliance: Companies can ensure compliance with data regulations by managing permissions and visibility of AI tools and contexts.
  • Rapid Prototyping: With version control and easy rollback options, teams can quickly prototype new AI agent functionalities without the fear of losing previous configurations.

Best Practices / Tips

  • Regular Updates: Keep your Hexis installation updated to benefit from the latest features and security improvements.
  • Documentation: Maintain comprehensive documentation within your repository to help team members understand the configurations and changes made over time.
  • Version Control: Utilize branching strategies in Git to manage different versions of AI agents, making it easier to test new features without disrupting the main workflow.

Additional Resources

How does Hexis work?

Hexis works by integrating a Git-backed source of truth that maintains context, skills, tools, and permissions as Markdown/YAML files in your repository. This allows enterprises to manage AI agents across vendors with a structured knowledge layer, ensuring accountability and reducing vendor lock-in.

Key Points

  • Git-Backed Repository: Source of truth with version control for context and skills.
  • Typed Knowledge Graph: Each fact is a node, enabling easy updates and traversability.
  • Per-Agent Identity: Unique credentials for agents enhance security and accountability.

Detailed Explanation

Hexis operates by utilizing a Git-backed repository where essential components such as context, skills, tools, and permissions are stored as Markdown or YAML files. This structure allows enterprises to manage their AI environments more effectively, as it provides version control similar to traditional code.

Components of Hexis:

  1. Markdown/YAML Files: All context and skills are stored in easily readable formats. This makes it simple for domain owners to review and update procedures without sifting through complex vendor configurations.

  2. Typed Knowledge with Provenance: Every fact in Hexis is represented as a typed node that includes its source, owner, and last verification date. This transparency enables teams to track the integrity and timeline of their data, facilitating mass updates and comprehensive dashboards for analysis.

  3. Tool Manifests with Vaulted Secrets: Tools are declared once within the system, with sensitive information securely stored in a vault. File-level access rules ensure that only authorized agents can access specific files and endpoints, enhancing security and control over actions taken by AI agents.

  4. Per-Agent Identity: Each agent operates under its own identity, eliminating the risks associated with shared service accounts. This means every action taken by an agent is traceable back to a unique set of credentials, ensuring accountability and compliance.

Use Cases:

  • Enterprise AI Management: Companies running multiple AI agents (e.g., Claude, ChatGPT) can define context and skills in one location, avoiding repetitive uploads.
  • Specialized Agent Development: Procurement and GTM teams can construct agents tailored for specific tasks, leveraging a shared knowledge layer that is well-reviewed and documented.
  • Security and Compliance: Platform teams can implement stringent file-level access controls, ensuring that sensitive operations are gated by review processes.

Best Practices / Tips

  • Maintain Clear Documentation: Regularly update documentation for context and skills in Markdown to ensure all team members are aligned.
  • Implement Version Control: Use Git features effectively, such as branching and diffing, to track changes and collaborate efficiently.
  • Regularly Audit Access Controls: Periodically review and update file-level access rules to maintain security and compliance.

Additional Resources

What are the main features of Hexis?

Hexis offers several key features, including a Git-backed source of truth, typed knowledge with provenance, and Markdown skills formatted as readable documents. Additionally, it provides tool manifests with vaulted secrets and distinct per-agent identities, ensuring secure and organized management of knowledge and tools in AI-driven environments.

Key Points

  • Git-Backed Source of Truth: Organizes context, skills, tools, and permissions in Markdown/YAML files within your repository.
  • Typed Knowledge with Provenance: Maintains a structured graph of facts, including sources, owners, and verification dates.
  • Markdown Skills: Facilitates clearer documentation of procedures compared to traditional prompt snippets.

Detailed Explanation

Hexis is designed to streamline the management of AI tools and agents, ensuring that all components are easily accessible and maintainable.

  1. Git-Backed Source of Truth: This feature allows users to treat their knowledge base like code. By storing context, skills, tools, permissions, and agent identities as Markdown or YAML files in a Git repository, users can review changes, create branches, and conduct diffs just like with regular code, promoting collaboration and version control.

  2. Typed Knowledge with Provenance: Each piece of knowledge in Hexis is represented as a typed node in a graph structure. This means that every fact is not only organized but also carries metadata such as its source, owner, and last verification date. This ensures that users can easily trace the origin of information, facilitating better decision-making and accountability.

  3. Markdown Skills: Unlike traditional AI systems that rely on prompt fragments hidden in vendor configurations, Hexis allows domain experts to document procedures as clear, readable Markdown files. This transparency makes it easier for team members to review and update processes, ultimately enhancing operational efficiency.

  4. Tool Manifests with Vaulted Secrets: With Hexis, tools are declared once in a manifest, while secrets are securely stored in a vault. This setup allows fine-grained access control, where file-level rules determine which agents can read specific files and invoke certain endpoints.

  5. Per-Agent Identity: Each agent in Hexis operates with a unique identity and set of credentials. This eliminates the use of shared service accounts, ensuring that every action is directly attributable to a specific agent, which enhances security and accountability.

Best Practices / Tips

  • Utilize Git Features: Leverage branching and version control features to manage updates and maintain a history of changes effectively.
  • Regularly Verify Knowledge: Schedule regular audits of knowledge nodes to ensure all facts remain accurate and up-to-date.
  • Document Procedures Clearly: Encourage domain owners to maintain and regularly review Markdown skills for clarity and ease of access.
  • Implement Access Controls: Use the tool manifest feature to enforce strict access controls, ensuring that only authorized agents interact with sensitive data.

Additional Resources

Who is Hexis for?

Hexis is designed for enterprises utilizing AI agents across various vendors like Claude, Cursor, and ChatGPT. It benefits teams involved in procurement, engineering, and platform management by providing a shared knowledge layer, preventing vendor lock-in, and enabling better control over AI agent identities and access.

Key Points

  • Target Audience: Enterprises and teams using AI across multiple platforms.
  • Features: Context and skills management within a reusable knowledge layer.
  • Vendor Independence: Offers solutions for avoiding vendor lock-in.

Detailed Explanation

Hexis serves a diverse range of users who need optimized management of AI agents across different platforms. Organizations can effectively manage and deploy AI agents from multiple vendors, such as Claude, Cursor, and ChatGPT, leveraging a unified infrastructure.

  1. Enterprises Running AI Agents: Businesses utilizing AI agents from various vendors can benefit significantly from Hexis. It allows them to define context and skills just once. This eliminates the need to re-upload these elements for each vendor, streamlining operations and enhancing efficiency.

  2. Teams Building Specialized Agents: Procurement, Go-To-Market (GTM), and Request for Information (RFI) teams can create specialized agents, such as tender desks and campaign agents, on a shared knowledge layer. This layer maintains provenance, ensuring that all agents are grounded in a consistent knowledge base, which can be reused across different projects.

  3. Control and Accountability: Platform teams can assign per-agent identities and file-level access controls. This means that every tool call made by an AI agent is traceable, enhancing accountability. Furthermore, destructive endpoints are protected by a review process, ensuring that any significant changes undergo proper scrutiny.

  4. Vendor Lock-In Prevention: Hexis provides a portable specification (MCP/UTCP) that enables companies to switch between different agent runtimes without losing their defined context and skills. This feature is crucial for organizations that prioritize flexibility and adaptability in their AI strategies.

  5. Transparency and Review: Engineering leaders can utilize Hexis to maintain an "AI operating manual" that is subject to review through Git diffs and change requests. This transparency is vital for continuous improvement and for ensuring that the AI operates according to predefined standards.

Best Practices / Tips

  • Define Clear Specifications: When setting up your Hexis environment, ensure that all context and skills are well-defined to maximize the platform's potential.
  • Monitor Changes: Regularly review changes through the Git diff feature to maintain oversight and ensure the AI agents are performing as expected.
  • Avoid Over-Complexity: Keep your knowledge layer as simple as possible to facilitate ease of use for teams building specialized agents.

Additional Resources

How much does Hexis cost?

Hexis offers a free tier that allows users to access basic features, while its paid plans start at competitive pricing for advanced functionalities. The exact cost varies depending on the plan selected, with options tailored to different user needs.

Key Points

  • Hexis provides a free tier for basic access.
  • Paid plans are available for users seeking advanced features.
  • Pricing varies based on the selected plan and user requirements.

Detailed Explanation

Hexis is known for its flexible pricing model that caters to a diverse audience. The free tier enables users to explore essential features without any financial commitment, making it ideal for individuals or small teams just starting with the platform.

For users needing more robust capabilities, Hexis offers several paid plans. Typically, these plans range from $10 to $100 per month, depending on the level of service and features required. For instance:

  • Basic Plan: Priced around $10/month, this plan includes additional features like enhanced storage and analytics.
  • Pro Plan: This mid-tier option, generally around $30/month, offers advanced tools like team collaboration and priority support.
  • Enterprise Plan: Custom pricing is available for larger organizations requiring tailored solutions and dedicated support.

Hexis also frequently updates its offerings, so it’s advisable to check their website for the latest pricing and features.

Best Practices / Tips

  • Evaluate Your Needs: Before selecting a plan, assess your specific requirements. If you're just starting, the free tier might be sufficient.
  • Take Advantage of Trials: If available, use trial periods of paid plans to test out features before committing financially.
  • Stay Informed: Regularly visit the Hexis website or subscribe to their newsletter to stay updated on any changes in pricing or features.

Additional Resources

How do I get started with Hexis?

To get started with Hexis, visit Bevel Software to sign up for an account. Once registered, you can explore Hexis' features, tools, and resources designed for effective project management and collaboration.

Key Points

  • Sign up for a Hexis account on Bevel Software.
  • Explore the platform’s user-friendly interface.
  • Access tutorials and support resources for effective onboarding.

Detailed Explanation

Hexis is a powerful platform for project management that streamlines collaboration among teams. To get started, follow these steps:

  1. Visit the Website: Go to Bevel Software and navigate to the Hexis section.
  2. Create an Account: Click on the "Sign Up" button. Fill in your details, such as email, password, and any required information.
  3. Explore the Dashboard: Once registered, log in to your account. The dashboard is user-friendly and provides access to various tools and resources.
  4. Utilize Tutorials: Hexis offers extensive tutorials. Take advantage of these resources to familiarize yourself with features like task management, calendar integration, and team collaboration tools.
  5. Set Up Your Projects: Start by creating your first project. You can add team members, set deadlines, and assign tasks to ensure everyone is on the same page.
  6. Integrate Tools: Hexis allows integration with other tools you may already use, enhancing its functionality. Consider syncing your calendar or using third-party applications for better workflow management.

Best Practices / Tips

  • Follow Tutorials: Don’t skip the tutorials; they provide essential insights into maximizing Hexis' features.
  • Engage with the Community: Join forums and discussion groups related to Hexis to share experiences and learn tips from other users.
  • Regularly Update Your Projects: Keep your project statuses updated to maintain transparency and improve team communication.
  • Explore Integrations: Make use of available integrations to streamline your workflow and enhance productivity.

Additional Resources

Explore more AI Ai Agents tools

Browse all Ai Agents tools →

Compare Hexis: vs TryCase · vs Aside · vs Wisry · vs Cline