Welcome to the Alcamine API
The Alcamine REST API lets you programmatically create, manage and interact with your agents, people, sessions and messages. Anything you can do in the Alcamine dashboard can also be done via these endpoints, enabling powerful automation and integrations.Base URL
/v1 prefix is fixed for the current API version.
Authentication
All requests must be authenticated with a Bearer token.- Sign in to the Alcamine Dashboard.
- Navigate to Settings → API Keys.
- Click Generate Key to create a new secret key. Keys always start with
sk_alc_. - Copy the key and include it in the
Authorizationheader of every request.