Hosted Agents give you a private agent runtime that connects to your tools and runs on EmpirioLabs models. Each agent is isolated, keeps its own persistent storage, and is reachable through the EmpirioLabs API or from your connected channels.
Choose OpenClaw for a capable do-everything assistant, or Hermes for an agent that learns and remembers over time.
Each agent runs in its own isolated runtime with its own persistent storage.
Deploy and manage agents with the same EmpirioLabs API key you use for models.
Agents call EmpirioLabs models with a key provisioned just for that agent.
A popular do-everything assistant. A strong default when you want a capable general agent out of the box.
An agent that learns and remembers over time, so it gets more useful to your team the more you use it.
A starter runtime for a single agent at 5 USD per month.
More runtime resources and headroom at 15 USD per month.
All requests use your EmpirioLabs API key as a bearer token. The base URL is https://api.empiriolabs.ai, and every agent endpoint lives under /v1/hosted-agents.
agent_type is openclaw or hermes; plan_slug is hosted-agent-basic or hosted-agent-pro. By default the agent runs on EmpirioLabs models; set default_model to choose a specific one, or default_provider to poe or custom to point it at your own provider.
The action is the last path segment: start, stop, restart, or refresh.
Everything you can change in the dashboard is also controllable from the API, so you can manage agents entirely programmatically.
Switch the agent’s model in place (no redeploy). provider is empirio, poe, or custom.
Skills are reusable playbooks the agent follows. Search the official registry (OpenClaw uses ClawHub, Hermes uses skills.sh) and add a skill by its reference, or paste your own.
Attach a remote MCP server to give the agent tools and data.
Connect a messaging channel (for example telegram, discord, or slack) so people can talk to the agent there.
mode is open (anyone) or restricted (only the messaging IDs you allow). With restricted and no IDs, the first person to message becomes the owner.
Hosted Agents are billed monthly per agent based on the plan you choose. Basic is 5 USD per month and Pro is 15 USD per month. The plan covers the agent runtime. Models the agent uses are billed separately at standard model rates.
Each account can run a limited number of deployed agents at once. The default is 3 deployed agents. Contact us to raise your limit.