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

# Channel3 API Skill

> Teach your coding agent how to integrate Channel3 into your app or service

The Channel3 API skill is for anyone building with Channel3 — whether you're wiring up a backend, shipping a Lovable app, or adding search to an existing codebase. It gives your coding agent (Claude Code, Cursor, Codex, and others) the API reference, examples, and integration patterns it needs to add Channel3 to your project.

## Install

```bash theme={null}
npx skills add channel3-ai/skills --skill channel3-api
```

## Use it

Once installed, paste this prompt into your agent to get started:

```text theme={null}
Help me integrate Channel3 into my project using the Channel3 API skill.
```

Ask your agent to use the Channel3 API skill whenever you need to integrate Channel3 — search, product detail, variants, localization, and more.

<Note>
  Building on [Lovable](/lovable)? Install this skill in your terminal (Cursor, Claude Code, etc.) alongside Lovable — your terminal agent can wire up Channel3 APIs and edge functions while Lovable handles the UI. The skill does not run inside the Lovable chat box.
</Note>

## Source

<Card title="channel3-ai/skills" icon="github" href="https://github.com/channel3-ai/skills" arrow="true">
  View the skill source, open issues, or contribute on GitHub.
</Card>
