# Developer Documentation

> Build apps and integrations on top of Orshot using OAuth 2.0

- **URL**: https://orshot.com/docs/developers

---

![](https://orshot.com/docs/apps/cover.png)

Build apps that connect to Orshot on behalf of users. Orshot supports **OAuth 2.0** so your app can request permission to access a user's workspaces, templates, and rendering capabilities.

## What You Can Build

- **Workflow tools** that generate images, PDFs, or videos from Orshot templates
- **Integrations** that sync Orshot with other platforms
- **IDE extensions** and developer tools (VS Code, Cursor, etc.)
- **AI agents** that use Orshot via MCP (Model Context Protocol)

## How It Works

1. **Register your app** — Send us your app details and get a `client_id` and `client_secret`
2. **Implement OAuth** — Redirect users to Orshot's consent screen, exchange the code for tokens
3. **Call the API** — Use access tokens to make API requests on behalf of users
4. **Publish** — Submit your app for listing in Orshot's integrations directory

## Quick Links