Generate Slack app manifest

Generate the Slack app manifest and one-click create-app deep link for a surface, with absolute API URLs (events webhook, interactivity webhook, and OAuth redirect). The redirect URL matches the OAuth start route byte-for-byte.

Authentication

AuthorizationBearer
API key or Clerk session token

Request

This endpoint expects an object.
appNamestringRequired>=1 character
surfaceIdstringRequired>=1 character
includeAssistantFeaturesbooleanOptional
integrationIdstringOptional>=1 character

Response

Slack app manifest generated
createAppUrlstring
eventsWebhookUrlstring
manifestJsonstring
redirectUrlstring
interactivityWebhookUrlstring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error