Seven integration protocols. Free tier. No credit card. Runtime enforcement that deploys with your agent, not after it.
Get started with Kevros in minutes. No configuration. No complexity.
pip install kevros
curl -X POST https://governance.taskhawktech.com/signup \
-H "Content-Type: application/json" \
-d '{"agent_id": "my-agent"}'
1,000 calls/month. No credit card required.
from kevros_governance import GovernanceClient
client = GovernanceClient(api_key="kvrs_YOUR_KEY")
result = client.verify(
action_type="trade",
action_payload={"symbol": "AAPL", "qty": 100},
agent_id="trading-bot",
)
print(result.decision) # ALLOW, CLAMP, DENY
Choose the protocol that fits your architecture. Mix and match across your AI infrastructure.
Standard HTTP + JSON. Language-agnostic. Perfect for any runtime.
/verify, /evidence, /policy
Native Python library. Auto-provisioning. Direct integration with LangChain, CrewAI.
GovernanceClient, PolicyBuilder
Node.js + browser. Full async/await support. Works with JavaScript frameworks.
@kevros/agentkit on npm
Agent-to-agent messaging. Designed for multi-agent systems. Hardware-backed signatures.
A2A-VERIFY frame format
Model Context Protocol integration. Works with Claude, any UNIX-compatible LLM.
kevros-mcp on Smithery Market
HTTP 402 Payment-style enforcement. Signed requests. Cryptographic payloads.
Consensus-based authorization. Multiple signers required. Enterprise grade.
mpp.threshold config
High-performance binary protocol. Stream enforcement decisions in real time.
Kevros integrates seamlessly with popular AI frameworks and tooling.
from langchain.agents import AgentType from kevros_langchain import KevrosToolkit tools = [...your_tools...] kit = KevrosToolkit(api_key=...) governed_tools = kit.wrap_tools(tools)
from crewai import Agent, Crew from kevros_crewai import KevrosCallback crew = Crew(agents=[...]) crew.callbacks = [KevrosCallback(...)] crew.kickoff()
from coinbase.agentkit import AgentKit from kevros_coinbase import GovernedAgentKit kit = GovernedAgentKit(api_key=...) # All trades auto-governed kit.execute_trade(...)
from agent_framework import Agent
from kevros.integrations import agent_framework
@agent_framework.governance(api_key=...)
class GovernedAgent(Agent):
pass
from openclaw import ClawAgent from kevros_openclaw import GovernanceMiddleware agent = ClawAgent(...) agent.use_middleware(GovernanceMiddleware(...))
mcp_servers:
governance:
type: file
url: smithery://kevros-mcp
args: ["--api-key", "${KEVROS_KEY}"]
SDK auto-creates a free-tier API key on first use. Zero configuration. Zero friction.
Validate signed tokens before execution. Cryptographic proof every time.
Pull the full audit trail for any agent action. Hash-verified. Tamper-evident.
Construct enforcement policies in code. No domain-specific language. Python or TypeScript.
No credit card. No catches. No credit card required to get started.
Full runtime enforcement. No rate-limiting beyond monthly quota. Perfect for development and small deployments.
REST, Python SDK, TypeScript SDK, A2A, MCP, x402, MPP. Switch protocols at will. No tier restrictions.
Every decision cryptographically signed. Complete audit trail. 90-day retention. Independently verifiable.
Burst capacity for real-time enforcement decisions. Sufficient for all single-agent scenarios.
Signup is instant. Just your email and agent ID. Upgrade anytime if you need more capacity.
Same infrastructure as enterprise. Same crypto. Same guarantees. Start small, scale without migrating.
Need more? See pricing
Kevros is available through your preferred package manager and marketplace.
pip install kevros
Official Python package. Latest version always available. Security updates automatic.
npm install @kevros/agentkit
Node.js and browser. TypeScript types included. CommonJS and ES modules.
Official MCP server for Claude and compatible runtimes.
Search "kevros" in Smithery. One-click installation. Auto-versioning.
Enterprise-grade procurement. BYOL licensing. Integration with Azure SSO.
Available now. Published by TaskHawk Systems.
Available on AWS Marketplace for streamlined deployment.
Pricing options: Free tier, hourly, or annual contracts.
Source and pre-built binaries for all platforms.
Open-source SDK. Self-hosted option available.