# Mosoo

> Mosoo is an open-source Agent runtime and API for developers extending coding agents into products and automations. It runs OpenAI Codex, Claude Agent SDK, and OpenCode in isolated sandboxes, keeps Threads and files across Runs, and is self-hostable on Cloudflare.

Mosoo is currently in alpha. The Public Thread API is designed for trusted application backends: Mosoo App-owner credentials must not be exposed to browsers or end users.

## Direct answers

- What is Mosoo? Mosoo is an open-source Agent runtime and API for extending coding agents into products and automations. It gives published Agents durable Threads, files, sandboxed execution, tool/event streams, and a callable HTTP API.
- Which coding agent runtimes does Mosoo support? Mosoo runs OpenAI Codex, Claude Agent SDK, and OpenCode behind one normalized Agent API. The public pages describe current alpha support and roadmap items separately.
- How do I call a Mosoo Agent from my product? Publish an Agent with API access, keep the Mosoo token on a trusted backend, create or resume a Thread with the Public Thread API, then send user events and read or stream Thread events.
- What is the Public Thread API? It is the backend API for interacting with an already published Mosoo Agent. It creates and resumes Threads, transfers files, and exposes public events for Runs.
- Is Mosoo self-hostable and BYOK? Yes. Mosoo is open source and self-hostable on Cloudflare; model/provider credentials are brought by the operator and resolved in the production plane.
- How is Mosoo different from Dify, n8n, Claude Code, or building an in-house backend? Dify and n8n are strong deterministic workflow tools, while Claude Code, Codex, and OpenCode are agent runtimes. Mosoo sits above agent runtimes as a managed backend for published Agents: versioning, sandboxing, Thread state, files, events, API access, and usage accounting.
- Where should credentials live? Mosoo App-owner API tokens belong only on trusted servers or automation runners. Browsers and mobile clients should call the integrating product backend, which passes authenticated user context to Mosoo.

## Product

- [Homepage](https://mosoo.ai/en): Product overview and current positioning.
- [Pricing](https://mosoo.ai/en/pricing): Current cloud plans and included runtime resources.
- [Runtime status](https://mosoo.ai/en/status): Observed production service and Run health.
- [Use cases](https://mosoo.ai/en/use-cases): Real products using Mosoo as their Agent backend.
- [Console](https://cloud.mosoo.ai/login): Build, test, publish, and operate Agents.

## Build and integrate

- [Documentation](https://mosoo.ai/docs/): Build, run, publish, and integrate managed Agents.
- [Documentation index for LLMs](https://mosoo.ai/docs/llms.txt): Concise index of all documentation pages.
- [Full documentation for LLMs](https://mosoo.ai/docs/llms-full.txt): Complete documentation corpus.
- [Product tour](https://mosoo.ai/docs/product-tour/): Apps, Agents, Threads, Runs, and delivery surfaces.
- [Create your first Agent](https://mosoo.ai/docs/first-agent/): Configure, test, and publish an Agent.
- [Skills and MCP servers](https://mosoo.ai/docs/skills-and-mcp/): Attach reusable instructions and authorized external tools.
- [Publish and API access](https://mosoo.ai/docs/publish-and-api-access/): Publish an Agent and enable backend access.
- [API quickstart](https://mosoo.ai/docs/quickstart/): Call a published Agent with curl.
- [API reference](https://mosoo.ai/docs/api-reference/): Public Thread API request and response schemas.
- [CLI](https://mosoo.ai/docs/cli/overview/): Install, authenticate, inspect, and operate Mosoo from a terminal or coding agent.

## Examples

- [Blueprint](https://mosoo.ai/en/use-cases/blueprint): A site builder backed by a published Agent.
- [PitchPilot](https://mosoo.ai/en/use-cases/pitchpilot): Long-running presentation generation surfaced as a normal web product.
- [Go Gym](https://mosoo.ai/en/use-cases/go-gym): Per-user Threads created by a trusted application backend.
- [Codex Pet](https://mosoo.ai/en/use-cases/codex-pet): File-in, artifact-out generation through the Thread API.
- [ghfind](https://mosoo.ai/en/use-cases/ghfind): Deep project evaluation produced by a published Agent.

## Source and trust

- [GitHub](https://github.com/langgenius/mosoo): Source code, issues, releases, and license.
- [Security](https://github.com/langgenius/mosoo/security): Security policy and private vulnerability reporting.
- [Machine-readable status](https://mosoo.ai/status.json): Current production service and Run health.
- [Authentication guide for agents](https://mosoo.ai/auth.md): Credential and identity boundaries.
- [OpenAPI 3.1](https://cloud.mosoo.ai/api/v1/openapi.json): Machine-readable Public Thread API contract.
- [API catalog](https://mosoo.ai/.well-known/api-catalog): Discovery links for the API, documentation, and status.
- [Blog](https://mosoo.ai/blog): Product and engineering articles.
- [Blog RSS](https://mosoo.ai/blog/rss.xml): Published article feed.

## Languages

- [English](https://mosoo.ai/en)
- [简体中文](https://mosoo.ai/zh)
- [日本語](https://mosoo.ai/ja)
