Your agent can't hand someone a block of text or code; this returns a shareable viewer and raw link.
Share a text or code blob by URL with optional password, one-time view, syntax hint, and expiry. Returns both a viewer link and a raw link.
Publish a text/code blob and get a shareable viewer URL plus a raw URL (password / one-time / expiry optional).
Syntax hint, e.g. plain, markdown, json, python.
The text/code to share (max 1 MB).
Consume the paste after the first view.
If set, viewing requires this password.
How long the paste lives (max 30 days).
curl -X POST "https://skill.askfaro.com/skills/paste/run" \
-H "Authorization: Bearer faro_<your_key>" \
-H "Content-Type: application/json" \
-d '{
"intent": {
"prompt": "Share this log as a paste link"
}
}'askfaro describe paste/paste.create
Install pip install askfaro-cli, then askfaro auth login.
curl -X POST "https://skill.askfaro.com/skills/paste/run" \
-H "Authorization: Bearer faro_<your_key>" \
-H "Content-Type: application/json" \
-d '{
"intent": {
"prompt": "Delete that paste"
}
}'askfaro describe paste/paste.delete
Install pip install askfaro-cli, then askfaro auth login.