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

# IronLabs Docs

> Docs for both IronLabs products — Refinery (the routing platform) and Foundry (the chat).

IronLabs ships two products. Pick the one you're here for.

<CardGroup cols={2}>
  <Card title="Refinery" icon="route" href="/refinery/get-started/introduction">
    **For developers.** The LLM routing platform — pre-trained and Custom Routers, prompt optimization, agent optimization, Node and Python SDKs, REST API.
  </Card>

  <Card title="Foundry" icon="sparkles" href="/foundry/get-started/introduction">
    **For everyone.** The chat at [chat.ironlabs.ai](https://chat.ironlabs.ai) — Image / Video / 3D modes, Sources, Connectors, Skills, Scheduled Tasks, Memory.
  </Card>
</CardGroup>

## What's the difference?

* **Refinery** is the platform. You install an SDK, call the API, and IronLabs routes your prompts intelligently across providers — with Custom Routers trained on your data, prompt optimization, and agent optimization built in.
* **Foundry** is the product on top of that platform. You open a chat, type, get a routed reply, and the model decision is shown right under the answer.

If you're shipping an app that talks to LLMs → **Refinery**.<br />
If you want a smart chat to use → **Foundry**.

## What's new

<CardGroup cols={2}>
  <Card title="Refinery changelog" icon="list-timeline" href="/refinery/changelog">
    SDK and API releases.
  </Card>

  <Card title="Foundry changelog" icon="list-timeline" href="/foundry/changelog">
    Chat product updates, month by month.
  </Card>
</CardGroup>
