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

# Libraries & Integrations

> SDKs, embed components, and no-code integrations for OFAuth

Everything you need to integrate OFAuth into your stack — whether you're writing code, embedding a UI component, or connecting through a no-code platform.

## SDKs

First-party SDKs generated from our OpenAPI spec. Types and methods always match the latest API.

<CardGroup cols={2}>
  <Card title="TypeScript" icon="js" href="/sdk/typescript">
    `@ofauth/onlyfans-sdk` — async iterators, full IntelliSense, zero dependencies.
  </Card>

  <Card title="Python" icon="python" href="/sdk/python">
    `onlyfans-sdk` — Pydantic v2 models, functional API, httpx-based.
  </Card>

  <Card title="Go" icon="golang" href="/sdk/go">
    `onlyfans-sdk-go` — context-based cancellation, zero dependencies, 126+ typed methods.
  </Card>

  <Card title="C#" icon="microsoft" href="/sdk/csharp">
    `OnlyFans.SDK` — DI support, CancellationToken, 473 model classes.
  </Card>
</CardGroup>

## Link Embed

Drop-in authentication component that keeps users in your app.

<CardGroup cols={1}>
  <Card title="Link Embed" icon="window" href="/sdk/embeds/link">
    `@ofauth/link-embed` — popup-based OnlyFans auth. npm package or CDN script tag.
  </Card>
</CardGroup>

## No-Code

Automate OnlyFans workflows without writing code.

<CardGroup cols={2}>
  <Card title="n8n" icon="n" href="/sdk/no-code/n8n">
    Community node for n8n's open-source workflow automation with 400+ integrations.
  </Card>

  <Card title="Zapier" icon="bolt" href="/sdk/no-code/zapier">
    Connect OFAuth to 5,000+ apps with triggers, searches, and actions.
  </Card>
</CardGroup>
