Skip to main content
POST
Validate Manifest

Authorizations

Authorization
string
header
required

Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.

Body

multipart/form-data
manifest_file
file
required

YAML manifest file

Response

Successful Response

Result of validating a manifest.

valid
boolean
required

Whether the manifest is valid

resources
Resources · object

Count of each resource type

missing_secrets
string[]

Secret names referenced but not configured

errors
string[]

Validation errors

warnings
string[]

Validation warnings