Manus Team API
The Manus Team API is a collection of admin-facing APIs that enterprise tenant owners use to manage and operate their Manus deployment programmatically. The current surface focuses on compliance workflows; additional product areas (user management, project administration, …) will be added over time.Available APIs
Enterprise Data Export
Export user data for compliance, legal hold, and internal audits.
Enterprise SIEM Integrations
Stream audit events to your SIEM, or export them on demand, for compliance and security monitoring.
Team User Management
Provision, update, and offboard team members from your IDP (SailPoint, Okta, custom).
Shared Team Asset Governance
Enumerate the team’s shareable surface and override individual share scopes from a DSPM workflow.
Get started
Before calling any endpoint:- Authenticate — issue an enterprise API key from Compliance settings.
- Choose a protocol — every operation is callable via REST or Connect RPC.
Base URL
All API requests are made to:Response format
Every response is wrapped in a consistent envelope byV2ResponseMiddleware:
Success:
| Error code | Description |
|---|---|
invalid_argument | Missing or invalid request parameters |
unauthenticated | The API key is missing, invalid, or not valid for this endpoint’s key type |
not_found | The requested resource does not exist |
permission_denied | Authenticated, but not permitted to perform this operation |
failed_precondition | The resource is not in a valid state for the requested operation |
internal | Internal server error — retry with backoff and contact support if it persists |