Your agent can't hand someone a block of text or code; this returns a shareable viewer and raw link.
Sharing
Share any block of text or code at a shareable link in seconds. Pastes support optional syntax highlighting, password protection, one-time access (the link self-destructs after one view), and automatic expiry. Ideal for sharing logs, code snippets, config files, or any text you want to pass along without attachments.
You need to share a block of text or code at a link.
Sharing a binary file (use the file share) or a small value by key (use the key-value store).
Each is a sub-skill of Pastebin; the router picks the right one for your request.
information
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/paste/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"Create a paste with this Python script and give me the link."}}'Example requests