Welcome
The Modus API is a REST API that lets you manage and run the building blocks of the Modus platform — skills, agents, context, and users — directly from your own applications and automations.Authentication
Create a Personal Access Token and authenticate your requests.
API Reference
Explore every endpoint with an interactive request playground.
Base URL
The staging environment is served from:Conventions
- REST + JSON — all requests and responses use JSON.
- Versioned — endpoints live under
/api/v1. - Pagination — list endpoints return an opaque
nextPageToken(AIP-158). Pass it back aspageTokento fetch the next page.