> ## Documentation Index
> Fetch the complete documentation index at: https://open.manus.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Manus API skill

> Install the official Manus API skill in Codex and other compatible coding agents

<sup>Questions or issues? Contact us at [api-support@manus.ai](mailto:api-support@manus.ai).</sup>

# Manus API skill

Install the official Manus API skill to give your coding agent up-to-date routing and integration guidance for API v2. The website-hosted skill reads the live documentation when it needs exact endpoint schemas, authentication behavior, validation rules, or limits.

## Install

Let the Skills CLI detect your supported coding agents and choose where to install the skill:

```bash theme={null}
npx skills add https://open.manus.ai/docs
```

To install it globally for Codex without prompts:

```bash theme={null}
npx skills add https://open.manus.ai/docs --skill manus-api --agent codex --global --yes
```

<Note>
  The skill does not contain an API key or OAuth token. Configure credentials in your application or local environment as described in [Authentication](/v2/authentication).
</Note>

## What the skill covers

* Task creation, lifecycle, multi-turn conversations, and action confirmations
* Structured output, files, projects, connectors, and custom skills
* Webhooks, usage, website publishing, agents, and browser clients
* API-key authentication and OAuth2 Open Apps

The installed skill treats the live Manus API documentation as authoritative and verifies endpoint-specific details before generating integration code.

## Keep it current

Update installed skills with the Skills CLI:

```bash theme={null}
npx skills update manus-api
```

For the complete API reference, start with the [Manus API introduction](/v2/introduction) or inspect the [API v2 OpenAPI specification](/v2/openapi_v2.json).
