Skip to main content

Documentation Index

Fetch the complete documentation index at: https://documentation.suby.fi/llms.txt

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

One-click integration

Launch your favorite AI builder with the full Suby integration prompt already written. It scaffolds your database, API calls, webhook handler, and UI, so all you have to do is paste your API keys.

Open in Lovable

Spin up a full Supabase + webhooks integration in one click.

Open in Claude

Open Claude with the full integration prompt pre-loaded.

Open in ChatGPT

Open ChatGPT with the full integration prompt pre-loaded.
After your AI finishes, add [PRODUCT]_API_KEY and [PRODUCT]_WEBHOOK_SECRET as secrets, then paste the webhook URL it gives you into Suby Dashboard → Settings → Webhooks.

Just load the docs

Want to ask questions instead of building? Open a chat with the full Suby documentation loaded as context.

Ask Claude

Load the full Suby docs into a Claude conversation.

Ask ChatGPT

Load the full Suby docs into a ChatGPT conversation.

Plain text

If your tool accepts a URL or raw text, paste one of these directly into the context window.
FormatURLBest for
Summaryhttps://documentation.suby.fi/llms.txtQuick context, token-efficient
Full docshttps://documentation.suby.fi/llms-full.txtDeep integration work

After the AI finishes

1

Add your API credentials

Grab them from your Suby dashboard and save them as:
  • [PRODUCT]_API_KEY
  • [PRODUCT]_WEBHOOK_SECRET
2

Register the webhook

Copy the webhook URL your AI generated and paste it into Suby Dashboard → Settings → Webhooks.
3

Test in sandbox

Use Suby’s test credentials to run a full end-to-end flow, verify the webhook fires, and confirm everything updates correctly in your database.
4

Go live

Swap test credentials for production credentials and you’re ready to ship.

What the AI will know

Once loaded, your assistant has full context on:

API endpoints

Authentication, core resources, and all available operations.

Webhooks

All events, payload structure, and signature verification.

Core features

The main capabilities of Suby and how to use them.

Integration guides

SDKs, frameworks, and platform-specific adapters.

Data model

Resources, relationships, and recommended schema.

Limits & pricing

Rate limits, quotas, and billing details.
For complex integrations, use llms-full.txt for maximum context. For quick Q&A, the summary llms.txt is faster.