Deploy an add-on (atomic manifest + function upsert)

Creates the add-on on first deploy (private/unlisted) and updates it thereafter. One multipart request carries the manifest JSON part and the bundled function source part. The manifest is validated before anything is committed. Returns 202 with a deployment id to poll. Requires a full-access API key.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The add-on's unique slug (per-account; lowercase letters, digits, hyphens)

Body Params
string
required

The add-on manifest as a JSON object (max 64KB)

file
required

The bundled Simple Function JavaScript (CJS, exports.handler; max 45MB)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json