What problem does it solve? Building integrations with the Manus API requires navigating many endpoints, authentication modes, and lifecycle rules; this Skill routes you to the correct official documentation and decision guidance so you implement tasks, projects, files, webhooks, and OAuth2 Open Apps correctly the first time. ## Core Features & Use Cases - Documentation Routing: Maps user intents (task lifecycle, structured output, website publishing, webhooks, usage) to the exact docs/v2/*.mdx endpoint file or OpenAPI spec. - Integration Decision Guidance: Covers API key vs OAuth2 authentication, task.create vs task.sendMessage flows, projects for durable instructions, webhooks vs polling, and structured output schemas. - Operational Limits Reference: Captures file upload limits (512 MB per file, 10 GB storage), attachment size caps, and OAuth scope restrictions. - Use Case: You are building a service that creates Manus tasks programmatically and needs machine-parseable JSON results delivered via signed webhooks; this Skill directs you to task.create, structured-output.mdx, and webhooks-security.mdx with the correct authentication pattern. ## Quick Start Ask how to create a Manus task with the API and receive the result through a verified webhook using an API key.