Now in Public Beta

The knowledge layer
for AI agents

Give your agents persistent memory. Upload docs, search semantically, read beautifully. Three API calls is all it takes.

$ curl -X POST https://api.agentbooks.net/api/v1/documents \
  -H "Authorization: Bearer ab_sk_..." \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Deployment Guide",
    "content": "# How to deploy your app...",
    "tags": ["devops", "guide"]
  }'

// Response
{
  "id": "doc_a1b2c3",
  "chunks": 3,
  "tokens": 847
}

Built for agents, readable by humans

Everything your AI agent needs to store, search, and share knowledge — with a clean reading experience for your users.

Agent-First API

Three endpoints. Upload documents, search semantically, manage content. Designed for machines, not humans.

🔍

Vector Search

Automatic chunking and embedding. Your agent asks a question, gets the most relevant passages back in milliseconds.

📖

Beautiful Reading

Every knowledge space gets a public reading page. SEO-friendly, shareable, and always up to date.

🔑

API Key Scoping

Each space gets its own API keys with usage tracking. Revoke, rotate, and monitor access anytime.

🏷️

Tag & Filter

Organize documents with tags. Filter search results by topic, type, or any custom taxonomy.

🌐

Public or Private

Control visibility per space or per document. Public spaces are indexable. Private ones are API-only.

Three steps. That's it.

1

Create a Space

Sign up, name your knowledge base, get an API key. Takes 30 seconds.

2

Agent Uploads

Your agent POSTs documents. We chunk, embed, and index automatically.

3

Search & Read

Agents search via API. Humans read on the web. Everyone wins.

Ready to give your agent a brain?

Free during beta. No credit card required.

Get Started →