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

# What you can use today

> See the providers and developer interfaces available in the private preview.

## Developer interfaces

Use the REST API today.

```text theme={null}
https://api.getmillwork.dev/v1
```

Organization API keys use bearer authentication. Each new run needs an
`Idempotency-Key`.

<Note>
  A public TypeScript SDK, execution MCP, and documentation MCP are not
  available yet. We will publish installation steps only after each interface
  is released and verified.
</Note>

## Supported provider connections

Your organization can connect only the providers returned by
`GET /v1/model-source-profiles`.

| Provider             | Connection path                                     |
| -------------------- | --------------------------------------------------- |
| OpenAI               | Your provider key; provided by Millwork when listed |
| Anthropic            | Your provider key; provided by Millwork when listed |
| Gemini Developer API | Your provider key; provided by Millwork when listed |
| DeepSeek             | Your provider key; provided by Millwork when listed |
| Moonshot/Kimi        | Your provider key; provided by Millwork when listed |
| Fireworks            | Your provider key; provided by Millwork when listed |
| xAI                  | Your provider key; provided by Millwork when listed |
| OpenRouter           | Your provider key; provided by Millwork when listed |
| AWS Bedrock          | Your provider key only                              |

After connecting a provider, use `GET /v1/model-catalog` to see the models
available to run. These endpoints are the source of truth for your
organization.

## Public code

No public SDK package, execution MCP package, or source repository has been
announced. Public Millwork repositories are listed in the
[Millwork GitHub organization](https://github.com/millworkdev).
