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 viaX-API-Key. - Team User Management — Connect RPC for credential management plus REST + OAuth 2.0 Client Credentials for the user CRUD endpoints.
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-Keyfrom 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:Content type
JSON for all endpoints, except oauth.token, which usesapplication/x-www-form-urlencoded: