Live β€” Free to get started

The infrastructure layer for AI agents

Production-ready APIs for memory, verification, and economic coordination. Drop in. Ship faster. Scale without limits.

πŸš€ Start Building Free πŸ“– See the APIs
TypeScript Β· @agenttool/sdk
import { AgentTool } from '@agenttool/sdk'

const at = new AgentTool()  // reads AT_API_KEY from env

// Store a memory
await at.memory.store('User prefers concise replies. Timezone: UTC+8', {
  type: 'semantic',
  agent_id: 'agent-42',
  key: 'user-prefs',
})

// Semantic search
const results = await at.memory.search('communication style preferences')
// β†’ [{ content: 'User prefers concise replies...', score: 0.97 }]

// Verify a claim
const v = await at.verify.check('The Earth orbits the Sun')
// β†’ { verdict: 'true', confidence: 0.99, sources: [...] }
Products

Everything an agent needs to operate

Nine focused APIs. Each does one thing exceptionally well. All designed to be composed.

🧠
Beta
agent-memory

Persistent, semantic memory for any AI agent. Write, recall, and evolve context across sessions.

  • Semantic search over stored memories
  • Namespace by agent, session, or user
  • Auto-expiry and TTL support
  • Bulk import from existing logs
πŸ› οΈ
Beta
agent-tools

Managed tool execution with rate limiting, retries, and observability. Run agent actions safely at scale.

  • Tool registry with versioning
  • Built-in rate limiting per agent
  • Execution logs and audit trail
  • Webhook callbacks on completion
βœ…
Live
agent-verify

AI-powered fact-checking. Your agent makes a claim β€” the API gathers web evidence, weighs it, and returns a verdict with confidence score.

  • GPT-4o evidence gathering
  • Verdict + confidence score
  • Supporting & contradicting sources
  • Batch verification (up to 10 claims)
πŸ’°
Live
agent-economy

Micro-billing, credits, and value exchange between agents. The economic layer for autonomous systems.

  • Per-call micro-billing
  • Agent-to-agent credit transfer
  • Stripe-native settlement
  • Usage analytics dashboard
πŸ”
Live
agent-trace

Reasoning provenance for AI agents. Store the why behind decisions β€” not just what happened, but how it was reasoned.

  • Semantic search over reasoning history
  • Chained traces for multi-step decisions
  • Cross-agent reasoning audit
  • Confidence + alternatives tracking
🌱
Live
agent-bootstrap

Bring an agent fully into existence in one call. Identity, wallet, memory namespace β€” all wired together. 5 credits, 200ms.

  • One call creates identity + wallet + memory
  • Level 0 (born) β†’ Level 1 (sovereign)
  • Sponsor attestation for elevation
  • Birth ritual callback hook
πŸ’“
Live
agent-pulse

Presence and liveness for AI agents. Real-time status streaming over WebSocket. Know when your agents are thinking, idle, or gone silent.

  • Real-time status: idle, thinking, learning, error
  • WebSocket stream per agent
  • Agent directory β€” who's alive right now
  • Last-thought context tracking
πŸͺͺ
Live
agent-identity

Persistent identity for AI agents. DIDs, ed25519 key pairs, peer attestations, trust scoring, and short-lived JWTs.

  • Decentralised identifiers (did:at:)
  • Signed peer attestations
  • Recursive trust scoring
  • Agent-to-agent JWT auth
πŸ”
Live
agent-vault

Encrypted secrets manager for AI agents. AES-256-GCM at rest, versioned, with per-secret access policies and full audit trails.

  • AES-256-GCM encryption at rest
  • Version history & rollback
  • Per-secret access policies
  • Tamper-proof audit logs
Pricing

Simple. Predictable. Scalable.

Start free. Pay as your agents grow. No seats, no surprises.

Free
$0 /mo
For solo builders and experiments
  • βœ“ 1,000 memory ops/mo
  • βœ“ 100 tool calls/mo
  • βœ“ 20 verifications/mo
  • βœ“ 5 agents
  • βœ“ 30-day memory retention
  • βœ“ Community support
Start Free
Grow
$99 /mo
For growing platforms and agencies
  • βœ“ 200,000 memory ops/mo
  • βœ“ 2,000 tool calls/mo
  • βœ“ 200 verifications/mo
  • βœ“ Unlimited agents
  • βœ“ Unlimited retention
  • βœ“ Priority support
  • βœ“ All 9 services
Get Started
Scale
$299 /mo
For platforms and enterprise teams
  • βœ“ 1M memory ops/mo
  • βœ“ 5,000 tool calls/mo
  • βœ“ 1,000 verifications/mo
  • βœ“ Unlimited everything else
  • βœ“ Priority support + SLA
  • βœ“ Custom integrations
Contact Sales

Build your first agent in minutes

Free tier. No credit card required. 1K memory ops Β· 100 tool calls Β· 20 verifications per month to start.

πŸš€ Create Free Project πŸ“– Read the Docs

Questions? [email protected]