Base URL
All API requests use the following base URL:Authentication
All API endpoints require authentication via API key. Include your credentials in the headers:Plugin vs Direct API
Most users don’t need to call the API directly. The OpenClaw plugin handles everything automatically:- Auto-Recall - Fetches relevant memories before each turn
- Auto-Capture - Stores important info after each turn
- Tools - Your Claw can call
orca_memory_store,orca_memory_search, etc.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /memory/store | Store a new memory |
POST | /memory/search | Search memories semantically |
POST | /memory/recent | Get recent memories |
DELETE | /memory/:id | Delete a memory |
Response Format
All responses are JSON:Rate Limits
Rate limits are based on your plan’s token and search quotas:| Plan | Tokens/month | Searches/month |
|---|---|---|
| Surface | 500K | 5K |
| Tide | 5M | 200K |
| Abyss | 25M | 2M |

