Skip to main content
Questions or issues? Contact us at api-support@manus.ai.

Manus Team API (v1)

The Manus Team API is a collection of admin-facing APIs that enterprise tenant owners use to manage and operate their Manus deployment programmatically. v1 spans two surface styles depending on the product:
  • Enterprise Data Export — gRPC-style: POST /<package>.<Service>/<Method> with a JSON body, authenticated via X-API-Key.
  • Team User Management — Connect RPC for credential management plus REST + OAuth 2.0 Client Credentials for the user CRUD endpoints.
v2 unifies both surfaces under a single REST style with a shared response envelope and X-API-Key auth. See v2 introduction when starting a new integration.

Available APIs

Enterprise Data Export

Export user data for compliance, legal hold, and internal audits.

Team User Management

Provision, update, and offboard team members from your IDP (SailPoint, Okta, custom).

Get started

  • Enterprise Data Export: Authenticate with an X-API-Key from Compliance API settings.
  • Team User Management: Follow the User Management quickstart to create credentials and mint an OAuth access token.
  • See Error codes for the standard gRPC-style error format used by the Enterprise Data Export endpoints.

Base URL

All API requests are made to:
https://api.manus.im

Content type

JSON for all endpoints, except oauth.token, which uses application/x-www-form-urlencoded:
Content-Type: application/json