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

> ## Agent Instructions
> Autumn AI (autumn.ai) is a people and company intelligence API, a separate company from useautumn.com (billing software); no billing-product routes exist here.
> Base URL https://api.autumn.ai. Auth on every request: `X-API-Key: <key>` or `Authorization: Bearer <key>`. Plain HTTP + JSON. Schemas: https://www.autumn.ai/docs/openapi.json. Every docs page is Markdown at its URL plus `.md`.

# Vibecoding

> Drop Autumn into your coding agent with one link.

Copy this link and paste it into your coding agent (Cursor, Claude Code, Windsurf, etc.).
It contains everything the agent needs to build with Autumn.

```
https://www.autumn.ai/docs/llms-full.txt
```

For a shorter index:

```
https://www.autumn.ai/docs/llms.txt
```

## What's in it

`llms-full.txt` is the entire Autumn developer surface in one file optimized for LLMs:

* the task model and `clarify` semantics
* every Task API route with request and response shapes
* streaming events, output rows, and file uploads
* the Skill install and setup

## Prompt to get started

After pasting the link, you can say:

```txt theme={"theme":{"light":"github-light","dark":"github-dark"}}
Use the Autumn Task API to build this. Autumn runs durable research/enrichment tasks over
HTTP: POST /task with a prompt, keep the task_id, stream or poll while it works, then read
rows from GET /task/{task_id}/output. Default to clarify=false for automation.
Don't print my API key.
```
