CreateDeployment
POST/api/v1/workspaces/:workspace_id/deployments
Mint a short-lived DataplaneUserJwt (carrying deployment:upload and
ws:read grants) and return the absolute DP API URL where the tarball +
requirements bytes are POSTed next. No database row is created in this
step — the row is INSERTed by the DP API after vault store succeeds, via
the dp-api → api DEPLOYMENTS_WRITE write-back edge.
Requires WRITE permission on the workspace.
Request
Responses
- 201
- 400
- 401
- 403
- 404
Document created, URL follows
Response Headers
Bad request syntax or unsupported method
No permission -- see authorization schemes
Request forbidden -- authorization will not help
Nothing matches the given URI