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.
appName
surfaceId
includeAssistantFeatures
integrationId
Response
Slack app manifest generated
createAppUrl
eventsWebhookUrl
manifestJson
redirectUrl
interactivityWebhookUrl
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error