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

# Introduction

> Build with the Steerco API and MCP server

# Steerco Developer Docs

The Steerco API lets you programmatically create, manage, and export presentations. It's available in two forms:

* **REST API** — Standard HTTP endpoints at `/v1/*`
* **MCP Server** — [Model Context Protocol](https://modelcontextprotocol.io/) server for AI tools like Claude and Cursor

Both share the same authentication and return the same data.

## Quick Start

<CardGroup cols={2}>
  <Card title="REST API" icon="code" href="/api-reference/overview">
    HTTP endpoints with JSON responses for scripts, integrations, and custom tooling.
  </Card>

  <Card title="MCP Server" icon="robot" href="/mcp/overview">
    Connect AI tools to manage presentations with natural language.
  </Card>
</CardGroup>

## Capabilities

* **Presentations** — List, view, generate, and export presentations
* **AI Generation** — Create presentations from natural language instructions
* **Export** — Download as PPTX or PDF
* **Templates & Themes** — Browse available templates and themes
* **Entities** — Search accounts, contacts, and other CRM data
