> ## Documentation Index
> Fetch the complete documentation index at: https://docs.karzoun.chat/llms.txt
> Use this file to discover all available pages before exploring further.

# Examples

> Reference MiniApp definitions for common integration patterns.

Reference MiniApp definitions by integration style. These are **patterns for your submission** — trim ellipses (`// ...`) before sending the full JSON to Karzoun.

| Example                               | Auth         | Highlights                                           |
| ------------------------------------- | ------------ | ---------------------------------------------------- |
| [Dropbox](/miniapps/examples/dropbox) | Bearer token | File actions, simple triggers                        |
| [Slack](/miniapps/examples/slack)     | Bearer token | RPC sources, challenge response, chained requests    |
| [GitHub](/miniapps/examples/github)   | Bearer token | Header-based events, HMAC verification               |
| [Salla](/miniapps/examples/salla)     | OAuth 2.0    | E-commerce sync, customer extraction, order handlers |

<Info>
  **Assets** — Examples reference `https://cdn.karzoun.com/miniapps/...` for built-in apps. Use **your own HTTPS URLs** for `icon` and `logo` in submissions.
</Info>

## Choose a starting point

* **Productivity / SaaS** → Dropbox or GitHub
* **Messaging** → Slack
* **E-commerce partner** → Salla + [Sync guide](/miniapps/guides/sync)

After adapting an example, follow [Submit for review](/miniapps/guides/submission).


## Related topics

- [Pagination](/developers/guides/pagination.md)
- [Hosted MCP (/mcp)](/mcp-server/setup/hosted.md)
- [Email channels](/help-center/guides/channels/email-channels.md)
- [Agent patterns](/mcp-server/guides/agent-patterns.md)
- [Webhooks](/miniapps/guides/webhooks.md)
