← All skills

Pastebin

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.

Use when

You need to share a block of text or code at a link.

Not for

Sharing a binary file (use the file share) or a small value by key (use the key-value store).

What you can do

Each is a sub-skill of Pastebin; the router picks the right one for your request.

What you get back

information

Run it

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

  • Create a paste with this Python script and give me the link.
  • Delete the paste I just created.