Deploy config-driven AI agents with built-in multi-tenancy, cost attribution, and compliance — via a single API call.
curl -X POST https://api.agentframe.io/v1/agents/invoke \
-H "Authorization: Bearer af_live_..." \
-H "Content-Type: application/json" \
-d '{
"query": "Analyze this contract for liability clauses",
"tenant_id": "firm_abc",
"model": "claude-sonnet-4-6"
}'Everything you need to ship production AI agents — without building the platform yourself.
Three layers of deterministic data isolation. Tenant IDs injected at the infrastructure level — developer misconfiguration can't cause cross-tenant leakage.
Every invocation logs model, tokens, duration, and tenant. Built-in dashboards, quotas, and throttling. Know exactly what each customer costs.
Model-agnostic by design. Claude, GPT, Llama, Mistral — swap models via config, not code. No vendor lock-in.
Audit trails, PII redaction hooks, hallucination guards. Born from production legal AI, not theoretical checklists.
Define, invoke, and retrieve — the entire agent lifecycle through a clean REST API.
POST /v1/agents
{
"name": "Contract Analyst",
"model_id": "claude-sonnet-4-6",
"system_prompt": "You are a legal document analyst...",
"tools_enabled": ["search_documents", "extract_entities"],
"configuration": {
"model_kwargs": { "temperature": 0.3 }
}
}POST /v1/agents/{id}/invoke
{
"query": "What are the key liability clauses?",
"metadata_filters": {
"firm_id": "abc",
"case_id": "123"
}
}GET /v1/runs/{id}
{
"status": "completed",
"output": {
"answer": "Based on sections 4.2 and 7.1...",
"sources": [...],
"tokens_used": 2847,
"cost_usd": 0.014
}
}Stop rebuilding agent infrastructure from scratch. Ship the features your customers are paying for.
Born from production legal AI. Ready for any vertical where compliance isn't optional.
Document analysis, contract review, case research
Transaction monitoring, compliance automation, fraud detection
Clinical documentation, diagnostic support, claims processing
Underwriting automation, claims analysis, policy review
Our Story
AgentFrame was born inside CaseDelta, an AI-powered legal document analysis platform serving law firms in production. We built sophisticated agent infrastructure — multi-tenancy, cost attribution, compliance governance — because our customers demanded it.
Then we realized every SaaS developer building AI features faces the same problems. So we extracted the infrastructure and made it available to everyone.
Free tier available. No credit card required. Go from zero to deployed agent in minutes.
Free tier: 1,000 invocations/month. No credit card required.