v5

latestOpenAPI 3.1.02026-08-025631,1012.8 MB
Manifest

Export Manifest Post

Export current resources to a YAML manifest (POST version for agent tools).

Same as GET /export but accepts parameters in JSON body instead of query params. Used by agent tools and programmatic API clients.

Example:

curl -X POST /v1/manifest/export \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"namespace_ids": ["ns_abc123"], "manifest_name": "my-setup"}'
post/v1/manifest/export

Query parameters

manifest_namestring

Request body

string[] nullable required

Response

Successful Response

{"stackTrail":"paths:/v1/manifest/export:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}