Source: https://developers.tokportal.com/
Markdown: https://developers.tokportal.com/index.md

# Build with TokPortal.

Create accounts, configure content, and follow delivery through one API. Connect your AI agent or build your own integration.

## Choose your starting point

- [Build with the API](https://developers.tokportal.com/getting-started): keys, your first request, and the free sandbox.
- [Connect your AI](https://developers.tokportal.com/mcp): connect TokPortal to your AI app through MCP.
- [Read with an agent](https://developers.tokportal.com/ai-context): Markdown pages, the documentation index, and OpenAPI.

## Your first API request

Create an API key in the [developer portal](https://app.tokportal.com/developer), then read your balance:

```bash
curl https://app.tokportal.com/api/ext/credits/balance \
  -H "X-API-Key: $TOKPORTAL_API_KEY"
```

Continue with the [quickstart](https://developers.tokportal.com/getting-started) or [preview an order in the free sandbox](https://developers.tokportal.com/sandbox).

## Understand the workflow

1. **Create a bundle.** Choose the platform, country, and account or content work you need. [Bundle types](https://developers.tokportal.com/bundles).
2. **Configure your content.** Upload media and set the publishing fields for each slot. [Content configuration](https://developers.tokportal.com/configure-videos).
3. **Follow delivery.** Read progress and receive events as the work moves forward. [Webhooks](https://developers.tokportal.com/webhooks).

## Keep these close

- [Authentication](https://developers.tokportal.com/authentication): API keys and request headers.
- [Media uploads](https://developers.tokportal.com/media-upload): get your files ready for publishing.
- [Instagram carousel music](https://developers.tokportal.com/configure-videos#instagram-carousel-background-music): the exact field and a complete example.
- [API reference](https://developers.tokportal.com/api-reference): request and response schemas.
- [Credits and pricing](https://developers.tokportal.com/credits): understand costs before making a request.
- [Changelog](https://developers.tokportal.com/changelog): follow API changes.
