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

# Overview of Integrations in Emergent

Emergent provides seamless integration with 100+ third-party services through our **Integration Agent** - a specialized AI agent that handles the complete setup, configuration, and implementation of external services into your application.

### How Integration Playbooks Work

Integration playbooks are pre-built, tested implementation guides that the Integration Agent uses to connect your app with external services. Each playbook contains:

* **Installation scripts** for required dependencies
* **Configuration templates** for environment variables
* **Code implementations** for both frontend and backend
* **Best practices** for security and error handling
* **Example usage** patterns and common operations

<Tip>
  Here's a [helpful video](https://www.youtube.com/watch?v=uqc8AbDv8-Y) to get you started.
</Tip>

### Verified vs Unverified Playbooks

<CardGroup cols={2}>
  <Card title="Verified Playbooks" icon="circle-check" color="#10b981">
    * Thoroughly tested and production-ready
    * Maintained and updated by Emergent team
    * Comprehensive error handling
    * Recommended for production applications
  </Card>

  <Card title="Unverified Playbooks" icon="flask" color="#f59e0b">
    * Research-based or community-contributed
    * May require additional testing
    * Serve as starting points for custom implementations
    * Use with caution in production
  </Card>
</CardGroup>

### The Integration Agent

The Integration Agent is your dedicated assistant for third-party service connections. It automatically:

1. **Analyzes** your integration requirements
2. **Selects** the appropriate playbook or creates custom implementation
3. **Installs** necessary dependencies and libraries
4. **Configures** environment variables and API connections
5. **Implements** backend and frontend code
6. **Tests** the integration for common issues
7. **Documents** usage examples for your specific setup

<Note>
  Always use the Integration Agent for third-party services rather than manually installing SDKs. This ensures proper configuration and compatibility with Emergent's deployment system.
</Note>

### Perfect Prompt Template for Integrations

Use this optimized prompt structure for credit-efficient, successful integrations:

```markdown theme={"theme":{"light":"github-light","dark":"dracula"}}
I need to integrate [SERVICE NAME]:

Purpose:
[Brief description of what you're using it for]

API Credentials:
[Specify if you have them or need guidance]
- API Key: [if you have it]
- Other credentials: [as needed]

Specific Requirements:
- [Feature/functionality 1]
- [Feature/functionality 2]
- [Feature/functionality 3]

Technical Details:
- Backend needs: [API endpoints, database operations, etc.]
- Frontend needs: [UI components, data fetching, etc.]

Please call integration_playbook_expert to set this up.
```

<Tip>
  Being specific about your requirements upfront saves credits by preventing multiple clarification rounds and ensures the Integration Agent implements exactly what you need.
</Tip>

## Easy Built-In Integrations with Emergent

<Columns cols={3}>
  <Card title="Stripe" icon="money-bill-simple-wave" href="integrations/stripe" />

  <Card title="Razorpay" icon="money-bill-1-wave" href="integrations/razorpay" />

  <Card title="ElevenLabs" icon="microphone-stand" href="integrations/elevenlabs" />

  <Card title="Supabase" icon="database" href="integrations/supabase" />

  <Card title="Twilio" icon="paper-plane" href="integrations/twilio" />

  <Card title="Giphy AI" icon="GIF" href="integrations/giphy" />

  <Card title="Airtable" icon="file-spreadsheet" href="integrations/airtable" />

  <Card title="Slack" icon="mailbox" href="integrations/slack" />

  <Card title="Google Suite" icon="google" href="integrations/googlesuite" />

  <Card title="Sendgrid" icon="send" href="integrations/sendgrid" />

  <Card title="Resend" icon="send" href="integrations/resend" />

  <Card title="Calendly" icon="calendar" href="integrations/calendly" />

  <Card title="ChatGPT" icon="sparkle" href="integrations/chatgpt" />

  <Card title="Gemini" icon="sparkle" href="integrations/gemini" />

  <Card title="Claude" icon="sparkle" href="integrations/claude" />
</Columns>

<Note>
  If you're looking to integrate with OpenAI, Gemini or Claude agents - the Emergent Universal LLM Key makes that incredibly easy.
</Note>
