Skip to main content
POST
Validate a blueprint

Authorizations

Authorization
string
header
required

MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.

Path Parameters

projectId
string
required

ID of the hosted project that contains the server.

Body

application/json
blueprint
string
required

Blueprint YAML to lint.

Response

Lint result

Lint result. ok: true carries the resolved base digest; ok: false carries structured errors. Always returned with HTTP 200 — an invalid blueprint is a successful lint.

ok
boolean
required
baseImageDigest
string
required

Resolved sha256 digest of base (present when ok).

errors
object[]