Write ephemeral paste
paste.writeStore a short-lived text snippet with a configurable TTL (1–24h) and receive an ID for later retrieval, enabling temporary agent handoff.
Instructions
POST /v1/paste — store a short ephemeral paste (KV TTL default 1h, max 24h) and return an id. Agent handoff only — not a vault. Pair with paste.read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Plaintext payload to store temporarily. Example: a short JSON handoff blob. | |
| ttl_seconds | No | TTL in seconds (60–86400). Default 3600. Example: 3600. |