APIs at a glance
All paths are versioned under
/v1. Always send your credential in the Authorization header as a bearer token: Authorization: Bearer <SECRET_KEY>.Agent API
Base URL:https://api.reilabs.org/v1
Scope & usage: Use the Agent API to manage the lifecycle and configuration of your agents: the control-plane operations you typically run from a backend or during setup. It is split into two sub-categories based on which credential authorizes the call.
Account & Unit Management
Operations that create or change agents on your account. These are authorized with your Account API Key, because they act across your account rather than on behalf of a single agent.Agent Operations
Operations that read or update a single agent and its tools. These are authorized with that agent’s Unit API Key.Inference API
Base URL:https://rei-api.reilabs.org/v1
Scope & usage: Use the Inference API at runtime to interact with a configured agent, sending messages and receiving generated output. All Inference API calls are authorized with the Unit API Key of the agent you are calling.