> ## 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.

# Build with AI

> Use AI to build, manage, and trigger notifications on SuprSend — from your IDE, dashboard, or autonomous agents.

SuprSend exposes its full notification infrastructure through AI-native interfaces — so engineers, product teams, and autonomous agents can build, manage, and trigger notifications without writing boilerplate.

## AI Tools

<CardGroup cols={3}>
  <Card title="MCP Server" icon="server" iconType="solid" href="/reference/mcp-overview">
    Connect your IDE to SuprSend via the Model Context Protocol. Query docs, trigger workflows, manage users — all through tool calling.
  </Card>

  <Card title="Agent Skills" icon="graduation-cap" iconType="solid" href="/reference/agent-skills">
    Install SuprSend domain knowledge into your coding agent — workflow schemas, CLI flags, and doc endpoints.
  </Card>

  <Card title="Agent SDK" icon="robot" iconType="solid" href="/reference/agent-sdk">
    Let production AI agents trigger governed, schema-safe notifications at runtime.
  </Card>
</CardGroup>

## Get started

<CardGroup cols={2}>
  <Card title="MCP Quickstart — Cursor" icon="arrow-pointer" iconType="solid" href="/reference/mcp-quickstart-cursor">
    Install the CLI, get a service token, and connect the MCP server to Cursor.
  </Card>

  <Card title="MCP Quickstart — Claude" icon="comments" iconType="solid" href="/reference/mcp-quickstart-claude">
    Connect the MCP server to Claude Desktop.
  </Card>

  <Card title="MCP Quickstart — Windsurf" icon="wind" iconType="solid" href="/reference/mcp-quickstart-windsurf">
    Connect the MCP server to Windsurf.
  </Card>

  <Card title="Agent Skills Quickstart" icon="bolt" iconType="solid" href="/reference/agent-skill-quickstart">
    Install Skills and build your first workflow in under 5 minutes.
  </Card>
</CardGroup>

## Reference

<CardGroup cols={2}>
  <Card title="MCP Tool List" icon="wrench" iconType="solid" href="/reference/mcp-tool-list">
    All available MCP tools — users, tenants, objects, workflows, docs — and how to scope access.
  </Card>

  <Card title="Prompt Cheatsheet" icon="clipboard-list" iconType="solid" href="/reference/mcp-prompts">
    Copy-paste prompts for workflows, users, tenants, debugging, and integration.
  </Card>
</CardGroup>

## Docs for agents

<CardGroup cols={2}>
  <Card title="llms.txt" icon="file-lines" iconType="solid" href="https://docs.suprsend.com/llms.txt">
    Page index with titles and descriptions — fast lookup for agents.
  </Card>

  <Card title="llms-full.txt" icon="book" iconType="solid" href="https://docs.suprsend.com/llms-full.txt">
    Full documentation in a single file.
  </Card>
</CardGroup>

## End-to-end example

<CardGroup cols={1}>
  <Card title="Task Management App Guide" icon="rocket" iconType="solid" href="/docs/task-management-app-guide">
    Build a complete notification system from scratch using AI prompts — step by step.
  </Card>
</CardGroup>
