Axtary

Axtary

Content authorization for AI agents, validates payloads before execution

Open Source

Gallery

About Axtary

Axtary is a security platform that governs AI agent actions before they execute, addressing a fundamental challenge that emerges when autonomous agents gain access to production systems. When development teams deploy agents that can interact with databases, cloud infrastructure, messaging platforms, or code repositories, those agents carry the ability to make consequential mistakes. An agent might hallucinate an instruction, misinterpret context, or have its credentials compromised by an attacker. Axtary intercepts every tool call an agent attempts to make, checks it against predefined security policies, and requires explicit human approval for risky actions before any external system receives the request. This creates a security layer that operates at the action level rather than relying on broad permission grants that agents might misuse.

The platform operates through three interconnected mechanisms that work together to create comprehensive authorization coverage. Payload binding forms the cryptographic foundation of the system. When a human approves an action, that approval is mathematically bound to the exact payload hash of what was approved. If an agent attempts to modify any parameter of the payload after receiving approval, the system detects the hash mismatch and rejects execution before the request reaches external systems. This prevents a specific class of attacks where compromised or malfunctioning agents try to slip different actions through under the guise of previously approved requests. The cryptographic binding creates an immutable, verifiable link between what was explicitly approved and what actually executes against production resources.

Policy enforcement runs through engines built on Cedar and OPA, two established policy languages that allow teams to define granular constraints on agent behavior. These policies can specify file size limits, blocked file paths, resource scoping rules, rate limits, and other constraints that apply uniformly across different tools and integrations. Teams can create policies that prevent agents from accessing certain directories, limit the number of database rows an agent can modify in a single operation, or require additional approval for actions that affect production environments versus development resources. The policy execution happens locally on the organization's own infrastructure, with only coordination traffic passing through Axtary's cloud services. This architecture means sensitive data and actual enforcement remain within the organization's security perimeter while still benefiting from centralized policy management capabilities.

Every action attempt flows into an audit ledger that records whether it was approved, denied, or detected as tampered. Each entry includes cryptographic verification proof that allows teams to reconstruct exactly what happened, what was requested, what was approved, and what actually executed. This creates a complete forensic trail suitable for compliance requirements, incident investigation, and security audits. The ledger provides evidence that can demonstrate to regulators or auditors that AI agents operated under appropriate human oversight and that unauthorized actions were detected and blocked.

The platform supports multiple connectors for common tools and services out of the box. GitHub integration covers code operations including commits, pull requests, and repository management. Slack connectivity handles messaging actions that agents might perform. Linear and Jira integrations address project management and issue tracking operations. PostgreSQL support covers database queries and modifications. Both AWS and Google Cloud connectors enable infrastructure operations across major cloud providers. The system also works with Model Context Protocol servers, extending coverage to any MCP-compatible tool that agents might use. This connector library means teams can deploy Axtary across their existing agent infrastructure without building custom integrations for each tool.

The primary audience includes development teams that have moved beyond experimental AI agent deployments into production use cases where agent mistakes carry real consequences. Security-conscious organizations deploying agents with access to customer data, financial systems, or production infrastructure will find the cryptographic authorization model particularly relevant. Teams working in regulated industries where auditability is mandatory can use the ledger to demonstrate compliance with oversight requirements. Organizations concerned about insider threats or credential compromise also benefit from the tamper detection capabilities. What distinguishes Axtary from alternative approaches is its focus on exact action authorization rather than categorical permissions. Many systems either block entire tool categories or grant broad access once an agent is authenticated. Axtary's payload binding model means approval covers the specific parameters of a specific action, not a permission to perform similar actions in the future. The platform actively demonstrates attack scenarios in its documentation where agents attempt post-approval payload modification, showing how the cryptographic binding catches these attempts. The system is currently in early access with availability through a waitlist signup on the main site.

Key Features

  • Payload hash binding for tamper-proof approvals
  • ActionPass signed authorization artifacts
  • Cedar and OPA-compatible policy engine
  • Immutable ledger for complete audit trails
  • Connectors for GitHub, Slack, AWS, and more
  • Model Context Protocol support

Pros & Cons

What we like

  • Approvals bind to exact payloads, not vague summaries
  • Apache 2.0 licensed and self-hostable
  • Policy engine supports industry-standard formats
  • Complete audit trail for compliance and debugging

Room for improvement

  • Early-stage product at version 0.5.0
  • Request-access model limits immediate availability
  • Requires technical setup for policy configuration
  • Smaller community compared to established security tools

Frequently Asked Questions

What is Axtary?
Axtary is a content authorization platform that validates AI agent actions before they execute. It binds human approvals to specific payload hashes, so the exact action approved is the exact action that runs.
Is Axtary open source?
Yes, Axtary is Apache 2.0 licensed. The runtime components ship as modular npm packages. The project is currently at version 0.5.0 and operates on a request-access model.
What integrations does Axtary support?
Axtary has connectors for GitHub, GitLab, Linear, Jira, Slack, Sentry, AWS, Google Cloud, Google Drive, and PostgreSQL. It also supports Model Context Protocol for broader AI platform integration.
Who is Axtary for?
Teams deploying AI agents for real work who need more control than simple tool access allows. If your agents create PRs, post messages, or query databases, Axtary lets you enforce exactly what they can do.

Best For

Constraining AI agent PR creation to specific branches and file limitsAuditing autonomous Slack posts before they reach external recipientsEnforcing path restrictions on database queries from agentsBuilding compliance workflows for AI-driven issue updates

Featured in

Alternatives to Axtary

View all

Reviews (0)

No reviews yet

Be the first to share your experience with Axtary

Sign in to write a review

Badge builder

Add Axtary to your website

Choose a badge style and size, preview it here, then copy the generated HTML. Badge images are self-contained SVGs and do not require an external script.

Axtary badge preview
<a href="https://toolindex.net/tools/axtary?ref=badge" target="_blank" rel="noopener">
  <img src="https://toolindex.net/badge/axtary/medium.svg" alt="Axtary - Listed on Tool Index" width="180" height="50" />
</a>

How to use the badge

  1. 1. Pick the style, size, and theme that fit your layout.
  2. 2. Copy the generated HTML from the code block.
  3. 3. Paste it into your footer, homepage, or press page.

Standard badge available

The standard listing badge is available now. Score and circle badges are limited to tools currently ranked in the top 10 of a category.

Badge clicks return visitors to this profile with a referral tag so the source remains identifiable.