Skip to main content
GET
Get this layer's protection manifest

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Headers

Accept
enum<string>

Response format. YAML is canonical; JSON is returned only on explicit application/json. The ?include=sources envelope is JSON-only.

Available options:
text/yaml,
application/yaml,
application/json

Path Parameters

org_id
string
required

Organization identifier (e.g. org-abc12345)

Query Parameters

include_composition
boolean
default:false

Include the _composition metadata block on the response body.

include
enum<string>

When sources, returns the scope-resolution envelope for this scope (the contributing layers + the composed result); the envelope shape is scope-specific (see ADR-053). The envelope is JSON-only.

Available options:
sources

Response

Protection manifest at this scope.

org_id
string<uuid>
name
string | null
template
any

The authored template JSON, or null when none is set.

enabled
boolean