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

# Further reading

> The repository's engineering documentation, organized by what you want to do.

These docs cover product concepts and workflows. The repository carries the deeper engineering and operator documentation, kept current alongside the code. Start from the [docs map](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/README.md).

## Understand the system

* [Architecture](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/architecture.md): the whole-system map, load-bearing invariants, and repository layout.
* [Run lifecycle](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/run-lifecycle.md): turns, attempts, recovery, compaction, and memory stores.
* [Goals](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/goals.md) and [structured human input](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/human-input.md).
* [Agent session authority](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/agent-session-authority.md): what one live agent may do to peer sessions.
* [Organization tenancy](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/organization-tenancy.md): the Organization, Workspace, User hierarchy.

## Integrate

* [Product integration](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/product-integration.md): the canonical backend integration contract.
* [Credentials](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/credentials.md): every credential the system mints or accepts.
* [SDK](https://github.com/Cloudgeni-ai/opengeni/blob/main/packages/sdk/README.md) and [React](https://github.com/Cloudgeni-ai/opengeni/blob/main/packages/react/README.md) package references.
* [Embedding](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/embedding.md): advanced in-process hosting, ports, and the workbench.
* [MCP surfaces](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/mcp-surfaces.md): first-party tools, per-session MCP servers, and Codemode.

## Operate

* [Deployment](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/deployment.md): profiles, Helm, Terraform, upgrades, and observability.
* [Connected Machines](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/connected-machines.md): enrollment, control plane, relay, and the machine agent.
* [Model providers](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/model-providers.md): configuring inference routes and the model catalog.
* [Rigs](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/rigs.md) and [Packs](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/packs.md): versioned sandbox definitions and capability bundles.

## Connect

* [GitHub App](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/github-app.md) and [personal GitHub](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/personal-github.md).
* [Slack bot](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/slack-bot.md), [Google Drive](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/google-drive.md), and [social connectors](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/social-connectors.md).
* [Automations](https://github.com/Cloudgeni-ai/opengeni/blob/main/docs/automations.md): event-triggered agent runs.

## Contribute

* [CONTRIBUTING.md](https://github.com/Cloudgeni-ai/opengeni/blob/main/CONTRIBUTING.md): setup, checks, pull requests, and releases.
* [AGENTS.md](https://github.com/Cloudgeni-ai/opengeni/blob/main/AGENTS.md): how to run and operate the stack, and the guardrails coding agents must respect.
