Get one exact Source
Authorization
BearerAuth Bearer credential resolved to an opaque authenticated Principal by the Server deployment.
In: header
Path Parameters
.*\S.*1 <= length <= 256Value in
- "content"
^[\x21-\x7E]+$1 <= length <= 256Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/scopes/string/sources/content/string"{ "receipt_identity": { "principal": { "type": "user", "id": "string", "description": "string" }, "receiver_identity_matches": true }, "scope_id": "string", "source_type": "content", "source_id": "string", "content": null, "position": 1, "content_digest": "string"}Create a durable Source POST
Persist one Source without synchronously deriving Artifacts. The Server generates source_id.
Create an Artifact POST
Dispatch the family-specific creation command through the owning Family writer and atomically create revision one, its derived Family state, and its system provenance Source. Handoff is the Scope singleton: Create returns 409 when it already exists and callers must use Replace to update it. Creating a Prompt requires scope.admin because its configuration affects the whole Scope; other families require scope.contribute.

