# Genesis

Genesis is one of the three MatrixOne Intelligence platforms, alongside AI Studio and MatrixOne. It serves as the **model gateway**, providing a model marketplace, online debugging, API keys, usage, and call observability. After obtaining a Genesis API Key, you can call models from any application through an OpenAI-compatible protocol. Usage is charged to a **separate Genesis Credit ledger**.

AI Studio features such as agent conversations, workflows, and knowledge-base Q&A also call models internally, but use the **AI services** ledger and **do not count toward** Genesis user-side usage. To determine which ledger a call belongs to, look only at its entry point: intelligence used through the UI → AI services; models called with your own API Key → Genesis. See [Credit and billable items](../billing/credit-and-pricing.md).

## Console entries

Genesis has a separate sign-in entry and console from AI Studio. Its sidebar maps to these guides:

| Page | Purpose | Guide |
| --- | --- | --- |
| Models | Marketplace: filter models, view capabilities and pricing, copy model IDs | [Model marketplace](models.md) |
| Debug | Online playground for chat, embeddings, rerank, and other endpoints | [Debug models](debug.md) |
| Keys | Create and manage API Keys, model scope, quotas, and rate limits | [Manage API Keys](api-keys.md) |
| Usage Guide | Base URL, authentication, and multi-language code samples | [Integrate with apps](integrate.md) |
| Dashboard / Usage / Logs / Notifications | Runtime overview, statistics, request details, and alert channels | [Monitor runtime](observe.md) |

## Find by task

| Task | Guide |
| --- | --- |
| Find a model and copy its ID | [Model marketplace](models.md) |
| Try an endpoint in the console | [Debug models](debug.md) |
| Issue or rotate an API Key | [Manage API Keys](api-keys.md) |
| Connect a model to your application | [Integrate with apps](integrate.md) |
| Inspect usage, logs, and notifications | [Monitor runtime](observe.md) |
| Understand Genesis billing | [Credit and billable items](../billing/credit-and-pricing.md) |

## Boundaries with other modules

| Topic | Where to go |
| --- | --- |
| Programmatic calls and field-level parameters | [Developer · Genesis models](../../developer/api/genesis-model-api/index.md), [Reference · Model API](../../reference/api/model-api.md) |
| Model consumption inside AI Studio | [Credit and billable items](../billing/credit-and-pricing.md) (AI services ledger) |
| Service accounts and credentials | [Manage API Keys](api-keys.md), [Billing](../billing/index.md) |

## Documentation tree

```{toctree}
:hidden:
:maxdepth: 1

models
debug
api-keys
integrate
observe
```
