vigil_journal_put
Store an opaque blob under a slug (overwrites). Encrypt client-side: the server stores exactly the bytes supplied and cannot enforce client encryption. Send bytes as base64. Free tier: 4 slots, 64KB each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | 1-64 alnum/-/_ chars. | |
| vigil_key | No | Legacy credential argument. Prefer the HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. | |
| data_base64 | Yes | The (already-encrypted) bytes, base64-encoded. |