Team User Management
team.credential.create
Creates a new API credential for the authenticated user’s team. The clientSecret is returned only once in this response — store it immediately in a secrets manager.
POST
CreateApiCredential
Questions or issues? Contact us at api-support@manus.ai.
Authorizations
Browser session token. Open Manus, find any authenticated request in DevTools → Network, and copy the value after Bearer from the Authorization header. Used only for credential management RPCs.
Body
application/json
Human-readable label for the credential. Surfaced in the credential list and audit logs.
Example:
"SailPoint Production"
Response
200 - application/json
Credential created successfully.
Previous
team.credential.listLists API credentials for the authenticated user's team. `clientSecret` is **never** returned by list operations.
Next
CreateApiCredential