Early Access β€” Limited Spots

The infrastructure layer for AI agents

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

πŸš€ Get Early Access πŸ“– See the APIs
TypeScript Β· agent-memory
// Store and retrieve agent memories with semantic search
import { AgentMemory } from '@agenttool/memory'

const memory = new AgentMemory({ apiKey: process.env.AGENTTOOL_KEY })

// Write a memory
await memory.write('agent-42', {
  content: 'User prefers concise replies. Timezone: UTC+8',
  tags: ['preference', 'user-profile']
})

// Semantic recall
const context = await memory.recall('agent-42', {
  query: 'how does this user like to communicate?',
  limit: 5
})
// β†’ [{ content: 'User prefers concise replies...', score: 0.97 }]
Products

Everything an agent needs to operate

Four 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
βœ…
Coming Soon
agent-verify

Proof-of-work and attestation primitives. Let agents prove they did what they claimed β€” verifiably.

  • SHA-256 execution proofs
  • Timestamped attestations
  • Third-party verification API
  • Blockchain anchoring (optional)
πŸ’°
Coming Soon
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
Pricing

Simple. Predictable. Scalable.

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

Hatchling
$0 /mo
For solo builders and experiments
  • βœ“ 10,000 API calls/mo
  • βœ“ 5 agents
  • βœ“ 30-day memory retention
  • βœ“ Community support
Start Free
Scale
$99 /mo
For growing platforms and agencies
  • βœ“ 5M API calls/mo
  • βœ“ Unlimited everything
  • βœ“ Unlimited retention
  • βœ“ Priority support + SLA
  • βœ“ Custom integrations
Contact Sales

Be first when we launch

Early access users get 3 months free on the Builder plan. No credit card required.

No spam. Unsubscribe anytime. ~150 people already waiting.

πŸŽ‰ You're on the list! We'll be in touch soon.