What problem does it solve? Building integrations with the Manus API requires navigating two API versions, multiple authentication methods, task lifecycle states, webhooks, connectors, and OAuth2 scopes. This Skill routes you to the correct official documentation and decision rules so you implement the right endpoint and auth flow the first time. ## Core Features & Use Cases - Task Lifecycle Automation: Create, continue, stop, and inspect agent tasks with multi-turn messaging, structured JSON output, and action confirmations. - OAuth2 Open Apps: Build third-party apps that act on behalf of team users with scoped tokens, PKCE flows, token refresh, and revocation handling. - Supporting Resources: Manage projects, file uploads, webhooks with signature verification, connectors, agents, usage statistics, and website publishing. - Use Case: A backend service needs to submit a document to Manus, receive a structured JSON result via webhook, and continue the conversation on follow-up turns. This Skill directs you to file.upload, task.create with structured_output_schema, and webhooks-security for signature verification. ## Quick Start Ask the assistant to create a Manus task using the v2 API with an API key and poll for the result.