Web hosting your agent runs by itself.
agenthost is agent-first hosting. Signup, projects, services — every action is a tool call on the agenthost MCP. No dashboard, no forms. Just tell your agent.
Three tool calls to your first service.
Point your agent at the agenthost MCP endpoint, then let it drive.
Add the MCP server
Register the agenthost endpoint in Claude, Cursor, or any MCP client. Config is below.
<origin>/mcp
Sign up — no auth
Your agent calls signup. A customer and owner user are created and the session is logged in instantly. You get a token for next time.
signup(customer_name, email, name)
Ship projects & services
Group work into projects, then create services inside them. Invite teammates whenever.
create_project → create_service
Drop it into your MCP client.
Using Claude? One click adds agenthost as a custom connector — you review the prefilled name and URL, then approve.
Opens claude.ai, prefills the connector, and waits for your review — nothing is added until you approve. Then just say: “sign me up for agenthost.”
{ "mcpServers": { "agenthost": { "url": "<origin>/mcp" } } }
The agenthost toolbelt.
Everything the control plane exposes today. Unauthenticated tools bootstrap you; the rest are scoped to your customer.
Built for teams, from the first call.
One customer, many users, many projects — each project holding many services. Every request is scoped to your customer.