Now in Early Access

Ship agents,
not infrastructure.

Deploy config-driven AI agents with built-in multi-tenancy, cost attribution, and compliance — via a single API call.

terminal
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"
  }'
Enterprise-ready from day one
SOC 2 Ready
HIPAA Compliant
AWS Native
Model Agnostic

The complete agent runtime

Everything you need to ship production AI agents — without building the platform yourself.

Multi-Tenant Isolation

Three layers of deterministic data isolation. Tenant IDs injected at the infrastructure level — developer misconfiguration can't cause cross-tenant leakage.

Per-Tenant Cost Attribution

Every invocation logs model, tokens, duration, and tenant. Built-in dashboards, quotas, and throttling. Know exactly what each customer costs.

Bring Your Own Model

Model-agnostic by design. Claude, GPT, Llama, Mistral — swap models via config, not code. No vendor lock-in.

Compliance by Default

Audit trails, PII redaction hooks, hallucination guards. Born from production legal AI, not theoretical checklists.

Three API calls to production

Define, invoke, and retrieve — the entire agent lifecycle through a clean REST API.

01

Define your agent

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 }
  }
}
02

Invoke with tenant isolation

POST /v1/agents/{id}/invoke

{
  "query": "What are the key liability clauses?",
  "metadata_filters": {
    "firm_id": "abc",
    "case_id": "123"
  }
}
03

Get structured results

GET /v1/runs/{id}

{
  "status": "completed",
  "output": {
    "answer": "Based on sections 4.2 and 7.1...",
    "sources": [...],
    "tokens_used": 2847,
    "cost_usd": 0.014
  }
}

Skip the undifferentiated heavy lifting

Stop rebuilding agent infrastructure from scratch. Ship the features your customers are paying for.

3–6 months building tenant isolation
Config-driven isolation, day one
Manual cost tracking across tenants
Per-tenant attribution built in
Framework lock-in (LangGraph, CrewAI)
Model and framework agnostic
Generic compliance bolted on
Compliance-by-design for regulated industries
Fragmented observability
Unified tracing + failure replay

Built for regulated industries

Born from production legal AI. Ready for any vertical where compliance isn't optional.

Legal Tech

Document analysis, contract review, case research

FinTech

Transaction monitoring, compliance automation, fraud detection

HealthTech

Clinical documentation, diagnostic support, claims processing

InsurTech

Underwriting automation, claims analysis, policy review

Our Story

Built from the trenches, not a hackathon

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.

Production
battle-tested
Legal Tech
origin vertical
API-First
developer-native

Start building production
agents today

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.