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

# Connect APIs

> Make your app work with 3rd party APIs.

3rd party APIs gives your app the additional capablities, for example you may want to:

* connect OpenAI API to build a chatbot.
* connect with Weather API to build a weather app.
* connect with Stripe to process payment.

EasyCode Flow has **native integration** with many 3rd party APIs, this means that:

✅ easy to integrate - simply add the API keys

✅ already has access to the correct documentation

\[images/guides/connect-api.gif]

<Info>
  All API keys are stored locally and not shared with anyone elese. EasyCode Agent will always store them server side so they are not exposed to the public.
</Info>

## Native Integrations

<CardGroup cols={2}>
  <Card title="Supabase" icon="sparkles">
    Authentication, Database, realtime, etc.
  </Card>

  <Card title="Stripe (Coming Soon)" icon="clock">
    Everything payment related - coming soon!
  </Card>
</CardGroup>

## Popular Integrations

<CardGroup cols={2}>
  <Card title="OpenAI" icon="sparkles" />

  <Card title="OpenRouter" icon="sparkles" />

  <Card title="Reddit" icon="sparkles" />

  <Card title="Anthropic" icon="sparkles" />
</CardGroup>

## Other Integrations
