# Mosoo API > Developer documentation for calling published Mosoo Agents. ## Docs - [Add a Thread file](https://docs.mosoo.ai/api-reference/add-a-thread-file.md): Adds a user-provided file to this Thread. The JSON request carries file bytes in contentBase64; Mosoo decodes and stores the file as a Thread attachment. - [Archive a Thread](https://docs.mosoo.ai/api-reference/archive-a-thread.md) - [Create a Thread for a published Agent](https://docs.mosoo.ai/api-reference/create-a-thread-for-a-published-agent.md): Creates a Thread and starts the initial Run. Human PAT callers are attributed to the PAT owner. Organization Service tokens may omit user attribution or pass attributed_user_id when the token is allowed to do so. - [Delete a Thread](https://docs.mosoo.ai/api-reference/delete-a-thread.md) - [List Thread events](https://docs.mosoo.ai/api-reference/list-thread-events.md): Returns the latest public event log entries for this Thread in chronological order. This is the stable public log for CLI and API consumers; it does not expose raw runtime payloads, transcript, diagnostics, or streaming. - [List Thread files](https://docs.mosoo.ai/api-reference/list-thread-files.md) - [List Threads for a published Agent](https://docs.mosoo.ai/api-reference/list-threads-for-a-published-agent.md): Returns Threads created by the authenticated Personal Access Token caller. - [Remove a Thread file](https://docs.mosoo.ai/api-reference/remove-a-thread-file.md) - [Retrieve Thread summary](https://docs.mosoo.ai/api-reference/retrieve-thread-summary.md) - [Send user messages, permission decisions, or interrupts to a Thread](https://docs.mosoo.ai/api-reference/send-user-messages-permission-decisions-or-interrupts-to-a-thread.md) - [Unarchive a Thread](https://docs.mosoo.ai/api-reference/unarchive-a-thread.md) - [Authentication and access](https://docs.mosoo.ai/auth-and-access.md): How caller tokens, published Agent access, attribution, and owner settings work. - [CLI](https://docs.mosoo.ai/cli/overview.md): Command-line documentation for Mosoo. - [Mosoo API](https://docs.mosoo.ai/index.md): Call published Mosoo Agents from your own application. - [Quickstart](https://docs.mosoo.ai/quickstart.md): Create a Thread on a published Mosoo Agent with curl. ## OpenAPI Specs - [mosoo-openapi.generated](https://docs.mosoo.ai/mosoo-openapi.generated.json) - [openapi](https://docs.mosoo.ai/api-reference/openapi.json)