Bases API

Bases API

Full environments for your agents.


Create and manage Exabase cloud filesystems programmatically. Memory, files, and search. Isolated and controlled by your app.

Problem

Stitching together infra for your agents

Stitching together infra for your agents

You want to give your agent a place to work. Not just memory. Not just files. A full environment where it can store state, create documents, search its own history, and pick up where it left off.


Building this yourself means stitching together databases, file storage, vector search, auth, and isolation. That's months of infrastructure work.

Solution

Bases give agents a home

Bases give agents a home

A Exabase Base is a complete environment, with storage, semantic search, memory and more.


Each Base is isolated. Your agent's data is separate from other agents, other users, other apps.


Use it as a secure store for a tenant of your app, or a knowledge-base instance for your agent.

Production-ready

Private by design

Security-first

Scalable

Production-ready

Private by design

Security-first

Scalable

Production-ready

Private by design

Security-first

Scalable

Production-ready

Private by design

Security-first

Scalable

How it works

How it works

Use the Base:

Once created, use the Resources API and Memory API against that Base. Store files, add memories, search content. Everything is scoped to the Base.


Audit via UI:

Navigate any workspace through the Exabase GUI. See exactly what your agent has stored, created, or modified. Debug and inspect without writing code.

Workspaces API at a glance

Endpoint

Method

Description

/v2/bases

POST

Create new Base

/v2/bases

GET

Get list of Bases

/v2/bases/{baseId}

GET

Get a Base

/v2/bases

PATCH

Update Base

/v2/bases

DELETE

Delete Base

Coming soon: Snapshots

Coming soon: Snapshots

Checkpoint your agent's Base instance and storage state. Roll back if something goes wrong. Branch to explore alternatives. Diff to see what changed.


Version control for agent state.

Works with everything

Works with everything

Model-agnostic. Framework-agnostic.

SDKs

Python and JavaScript clients. Or call the REST API directly.

CLI

Use Exabase from the command line. Works with Claude Code, shell scripts, or anywhere you can run a terminal.

MCP support

Connect to Claude Desktop, Cursor, Windsurf, Continue, and any MCP-compatible tool.

Ready for scale

Fast

Sub-300ms retrieval. Infrastructure that won't slow your agent down.

Secure

Encrypted in transit (SSL) and at rest (AES-256).

CASA certified.

Reliable

99.9% uptime. Built on Exabase's consumer-grade scaled infrastructure.

Ship your first app in minutes.

Ship your first app in minutes.