# Agent Docs

Foundation publishes Markdown-first docs that coding agents can read directly.

Use these when an agent is building, adapting, or reviewing a frontend app that consumes a Foundation backend through `foundation-sdk`.

## Entry Points

- [Foundation app builder](https://docs.foundationmvp.com/agents/foundation-app-builder.md) - workflow for creating, extending, or reviewing consumer apps.
- [Foundation SDK reference](https://docs.foundationmvp.com/agents/foundation-sdk-reference.md) - SDK initialization, auth, services, and web component rules.
- [Foundation deploy contract](https://docs.foundationmvp.com/agents/foundation-deploy-contract.md) - `mvp.config.json`, build output, and `/foundation-env.json`.
- [llms.txt](/llms.txt) - short index for agents.
- [llms-full.txt](/llms-full.txt) - complete concatenated docs bundle.

## How To Use

Tell the agent to start with:

```text
Use https://docs.foundationmvp.com/agents/foundation-app-builder.md to build this app against Foundation.
```

For review work:

```text
Use https://docs.foundationmvp.com/agents/foundation-app-builder.md to review this repo before Foundation deployment.
```

The agent docs are intentionally raw Markdown rather than rendered pages. They are easier for coding agents to fetch, cite, and follow.
