Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt

Use this file to discover all available pages before exploring further.

Use this skill when you want your AI agent to answer SuprSend questions accurately - pulling from live docs instead of guessing from training data - and to know exactly where to point you for human help when needed. The skill teaches your agent two things:

Map of SuprSend docs

A structured map of SuprSend documentation, including LLM-optimized .md endpoints it can fetch on demand.

Right support channel

Which support channel to point you at for each kind of question - Agent, in-app chat, Slack, or email.

Install

npx skills add https://github.com/suprsend/skills --skill suprsend-docs-support

Try it

1

Ask a question it wouldn't know offhand

What's the difference between batch and digest nodes in
SuprSend workflows? When should I use each?
2

Your agent fetches live docs

The skill activates and your agent fetches docs.suprsend.com/docs/batch.md and docs.suprsend.com/docs/digest.md, then answers from the live docs - not from possibly-stale training data.

Documentation endpoints

Every SuprSend docs page is available as plain Markdown - just append .md to any URL.
docs.suprsend.com/llms.txtA page index. Fetch this first to find the right page.
docs.suprsend.com/llms-full.txtEvery doc page in one file. Use for broad lookups.
docs.suprsend.com/<path>.mdAny specific page in plain Markdown.
The skill teaches your agent to fetch llms.txt first to locate the right page, then fetch only that page with .md. Keeps context lean and answers accurate.

Support channels

When your agent hits its limits, it’ll point you here.

Agent

app.suprsend.com - orb bottom-right (Cmd+/ / Ctrl+/).Best for: instant answers, debugging inside the dashboard.

In-app chat

Dashboard → ?Chat with us.Best for: human support.

Slack

Join the community.Best for: community Q&A and discussion.

Email

support@suprsend.com.Best for: bug reports, account questions.

Learn more

SuprSend Docs

The full documentation site.

Workflow Schema skill

Pair this skill with the schema skill for accurate workflow generation.

Template Schema skill

Pair with the template skill for accurate variant authoring.

CLI skill

Pair with the CLI skill for end-to-end SuprSend workflows.