Skip to main content
POST
CreateWebhook
Questions or issues? Contact us at api-support@manus.ai.
Auth: API Key only — not available with OAuth tokens.
Verify signatures: Use webhook.publicKey to get the public key for validating incoming requests.Guides: See Webhooks for event types and Webhook Security for verification examples.

Headers

x-manus-api-key
string
required

API key for authentication. This endpoint does not support OAuth2 tokens. See Authentication.

Body

application/json
url
string
required

The HTTPS endpoint URL that will receive POST webhook notifications. Must be publicly accessible and return a 2xx status code.

Response

Webhook created successfully.

ok
boolean

Whether the request was successful.

Example:

true

request_id
string

Unique identifier for this API request.

webhook
object

The created webhook object.