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

# 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://platform.autumn.ai/llms-full.txt
```

For a shorter index:

```
https://platform.autumn.ai/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
* the SDK (`client.run`, streaming, structured output, follow-ups)
* every Task API route with request and response shapes
* 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 SDK to build this. Autumn runs durable research/enrichment tasks:
start with client.run(prompt), keep the task_id, stream or poll while it works, then
read the output rows. Default to clarify=false for automation. Don't print my API key.
```
