encode_signed
Wrap any content into a self-contained signed envelope that any recipient can verify, ensuring authenticity and integrity across any transport channel.
Instructions
Wrap content as a signed synpareia envelope (Tier 4).
Produces a self-contained string that any recipient -- even one that
has never seen your DID before -- can verify with decode_signed and
the SDK. Drop the resulting string into any transport payload (Slack
message body, email, HTTP response, MCP tool result) and the signature
rides along.
Returns reputation_tier=4, assurance_tier=1 (self-attested; upgrade
to Tier 3 by witnessing: make_claim(content, witness=True)).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||