All Posts
March 9, 2026Auboz Team
Auboz API v1 is Live
The Auboz REST API is now available with scoped API keys, vector search, and agent endpoints.
Today we're launching the Auboz API v1 — a complete REST API for building on top of your knowledge base.
What's Included
The API covers everything you need to manage workspaces, documents, and AI-powered search:
- User & API Keys — Create scoped API keys with granular permissions
- Workspaces — Full CRUD for organizing your documents
- Documents — Upload, manage, and search your knowledge base
- Agent — AI-powered question answering with source citations
- Vector Search — Direct semantic search for custom retrieval pipelines
- Chat Sessions — Persistent conversation threads with memory
API Keys & Scopes
Each API key can be configured with specific scopes to control access:
user:read — Profile and credits
user:write — API key management
kb:read — Search and list documents
kb:write — Upload and manage documents
chat:read — Read conversations
chat:write — Send messages and query the agentGetting Started
Head to Settings → Developer to create your first API key, then check out the API documentation for endpoint details and code examples.
Base URL
All API requests go through:
https://api.auboz.comAuthenticated with a Bearer token in the Authorization header.
What's Next
We're working on webhook support, streaming responses, and batch document operations. Stay tuned.