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

# Starfire AI Product Map

> See how Starfire AI workspace, Projects, Knowledge, FORGE, automation, billing, Developer Platform, and Control Center fit together.

# Starfire AI product map

Starfire is one platform with several product surfaces sharing identity, billing, policy, routing, storage, and operational systems.

```text theme={null}
Starfire AI
├── Human workspace
│   ├── Chat & Models
│   ├── Projects / Project OS
│   ├── Knowledge / RAG
│   ├── Research
│   ├── FORGE
│   └── Agents & Automation
│
├── Team platform
│   ├── Organizations
│   ├── Roles & policies
│   ├── Shared billing / credits
│   └── Organization-owned resources
│
├── Developer Platform
│   ├── API keys / applications
│   ├── Responses / runs
│   ├── Builds / artifacts
│   ├── Knowledge / research APIs
│   └── Webhooks / logs / usage
│
└── Control Center
    ├── Users & identity
    ├── Organizations
    ├── Models / providers / routing
    ├── Intelligence operations
    ├── Billing
    ├── Developer operations
    ├── Security / audit
    └── Health / incidents / configuration
```

## Shared foundations

These surfaces are connected by common platform services:

* authentication and session management
* plan entitlements
* organization policy
* metering and credits
* model catalog and routing
* file/object storage
* background jobs and workers
* audit and diagnostics

## Why the map matters

A symptom visible in one surface can originate in another. A missing FORGE button can be a plan or policy issue. A Developer API failure can be a provider outage. A payment can succeed while entitlement provisioning is still out of sync.

Knowing which subsystem owns the state prevents random troubleshooting.

<CardGroup cols={2}>
  <Card title="Choose a workflow" icon="signs-post" href="/getting-started/choose-workflow">Choose the best product surface for a task.</Card>
  <Card title="Reference glossary" icon="book" href="/reference/glossary">Learn the canonical terms used throughout the docs.</Card>
</CardGroup>
