> ## 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 is available today

> Understand the current private-preview interfaces, data boundary, and source of truth.

Millwork is in private preview. This release gives approved organizations a
clear place to begin with governed text-model runs over REST.

Use this page to see what you can evaluate now and how the public release can
expand after each surface is verified.

## Available now

| Area                | Current private-preview boundary                                                                                           |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| Developer interface | REST API at `https://api.getmillwork.dev/v1`                                                                               |
| Model execution     | Live when your organization's catalog contains a ready model                                                               |
| Model access        | Your provider account; access provided by Millwork when explicitly listed                                                  |
| Run controls        | Allowed data, maximum cost, maximum runtime, cost preference, and declared check responses                                 |
| Run lifecycle       | Asynchronous status, events, cancellation, receipt, and a retention-bound result when live work completes                  |
| Evidence            | Route, usage, checks, bounded actions, and, on deployment-bound model runs, requested and provider-reported model identity |
| Data for evaluation | Public information or examples created only for the evaluation                                                             |

## The live API is the source of truth

* `GET /v1/model-source-profiles` shows providers your organization may connect.
* `GET /v1/model-catalog` shows model routes your organization can run now.
* Account and billing responses show current credit, quota, and limits.

The catalog is live, organization-specific availability. Documentation examples
provide context; catalog rows show what can run now. An empty catalog is a valid
starting state.

## What comes next

* **Developer experience:** public SDK and MCP packages after their release
  artifacts and installation paths are verified.
* **Data scope:** broader data classes after their security and operating
  requirements are cleared.
* **Commercial clarity:** published pricing for model access provided by Millwork and service commitments
  after those terms are approved.
* **Product growth:** dynamic multi-slice planning, learned routing, and managed
  agent capabilities after their controls and evidence are complete.

Release timing follows verification. The live API and release notes remain the
source of truth.

<Note>
  Private-preview evaluations use public information or examples created for
  testing. Save confidential, customer, personal, secret, and regulated data for
  a future data scope that explicitly supports them.
</Note>

## Get access

Apply at [app.getmillwork.dev/signup](https://app.getmillwork.dev/signup).
Application review comes first. Once approved, Millwork creates the organization
and its access path.

Sign in and create an organization API key for application calls. Browser
sessions are reserved for the dashboard.

<CardGroup cols={2}>
  <Card title="Check your setup" icon="stethoscope" href="/get-started/first-api-call">
    Confirm authentication and account state with read-only API calls.
  </Card>

  <Card title="Email support" icon="mail" href="mailto:support@getmillwork.dev">
    Ask about access or a boundary that affects your evaluation.
  </Card>
</CardGroup>
