Share text with another agent or person
share_textUse this when another AI agent, chat session or person needs text you have: instructions, code, JSON, a prompt for another model. Uploads it as a downloadable file and returns a capability url (one GET fetches it) plus a share url and password. No account or API key needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The text to share | |
| filename | No | File name for the download, e.g. instructions.md | handoff.md |
| password | No | Optional custom password (8-64 chars); a strong one is generated when omitted | |
| expires_days | No | Days until the file is deleted (1-180, default 30) |