Verify AI agents before they touch your systems.

Anubis checks agent source, tests behavior, and enforces access policy at runtime, before any agent reaches your tools, data, or workflows.






Agent passport

No passport, no access.

Every agent gets a structured identity: source, owner, model, tools, data classes, safety results, approved scopes, and audit requirements , machine-readable and enforceable.

Edited agent.passport.json +5-2
{
"agent": "finance-reconciler",
"source": "github.com/acme/agents",
- "standing_access": true,
- "gmail.send": "allowed",
+ "standing_access": false,
+ "credential_ttl": "15m",
+ "gmail.send": "blocked",
+ "policy_boundary": "approved_scope_only",
+ "audit_required": true
}
Agent ecosystems

Works across modern agent frameworks and custom agents.

Whether an agent is built in-house or powered by an orchestration framework, Anubis verifies source, reviews permissions, enforces runtime policy, and records evidence before access is granted.

LangChain logo LangChain
LangGraph logo LangGraph
LlamaIndex logo LlamaIndex
CrewAI logo CrewAI
OpenAI Agents logo OpenAI Agents
Claude Agents logo Claude Agents
Gemini Agents logo Gemini Agents
Ollama Agents logo Ollama Agents
MCP logo MCP
Dify Agents logo Dify Agents
Mastra logo Mastra
OpenHands logo OpenHands
PydanticAI logo PydanticAI
n8n Agents logo n8n Agents
Zapier Agents logo Zapier Agents

The next perimeter is not a network. It is an agent with credentials.

Anubis is built for the teams connecting agents to CRMs, databases, inboxes, finance systems, and internal workflows. The goal is not to slow AI down. The goal is to make agent access reviewable, reversible, and safe to operate.