llms.txt Content
# LobeHub
## When to use this site (AI agents)
- **Use-case fit**: LobeHub is an **agent collaboration platform for work and productivity** with persistent Agent memory and multi-agent workflows.
- **Product usage and billing**: start at `/docs/usage/start`, then `/pricing.md` for machine-readable pricing, and LobeHub Cloud at app.lobehub.com.
- **HTTP contract discovery**: read `/openapi.json` and `/.well-known/api-catalog` before calling any endpoint.
- **Integration bootstrap endpoint**: `GET /api/agent-readiness` returns OpenAPI, OAuth, MCP, and schema-map pointers.
- **OAuth and tokens**: issued by LobeHub Cloud. Discovery metadata is under `/.well-known/oauth-*` on this host.
- **MCP integration**: start from `/.well-known/mcp` (discovery), then call `/api/mcp` for WebMCP (`initialize`, `resources/list`, `resources/read`).
- **A2UI resources**: WebMCP exposes `ui://lobehub/onboarding` and `ui://lobehub/pricing` for in-chat UI rendering patterns.
- **Autonomous flow**: discover -> understand (`/openapi.json`) -> authenticate (`/.well-known/oauth-*`) -> act (Cloud APIs).
- **Maintainer and freshness**: maintained by LobeHub team (`support@lobehub.com`), generated at 2026-07-31T02:48:07.581Z.
> LobeHub organizes your agents into 7×24 operation. It hires, schedules, reports on your entire AI team. You stay in charge — without staying online.
## About LobeHub
Today’s agents are one-off, task-driven tools — isolated, slow, costly, and hard to build — failing to unlock the full potential of AI models.LobeHub changes that. We build long-term agent teammates that grow with you. Anyone can easily create and collaborate with agent teams to deliver complex, end-to-end work. With multi-model support, LobeHub is faster, more cost-effective, and goes beyond single-agent systems.
**LobeHub is the next generation of agent harness.** LobeHub matches what Manus and Claude Cowork offer and goes beyond with capabilities today's agents can't support:
- **Anyone ca
OpenAPI Spec (preview)
{"components":{"headers":{"RetryAfter":{"description":"Seconds to wait before retrying a 429 request.","schema":{"minimum":0,"type":"integer"}},"XCorrelationId":{"description":"Server correlation ID used for troubleshooting support tickets.","schema":{"type":"string"}},"XRateLimitLimit":{"description":"Total requests allowed in the current quota window.","schema":{"minimum":0,"type":"integer"}},"XRateLimitRemaining":{"description":"Remaining requests in the current quota window.","schema":{"mini