# Genomic Intelligence API

> A typed REST API and MCP server for six DNA sequence analysis tasks (promoter, splice, enhancer, chromatin, annotation, expression) powered by transformer language models. Bearer auth, typed {data, meta} envelopes, sync + async dispatch.

This file contains links to documentation sections following the llmstxt.org standard.

## Table of Contents

- [Agent integration guide](https://docs.genomicintelligence.ai/agents.md): Orientation to the Genomic Intelligence REST API: the shared contract, authentication, the six tasks, and pointers to the quickstart, client, recip...
- [REST API](https://docs.genomicintelligence.ai/getting-started.md): Integrate the Genomic Intelligence REST API: the contract, the downloadable client and recipes, and simple sync and async examples in Python.
- [Overview](https://docs.genomicintelligence.ai/docs.md): Genomic Intelligence is a typed REST API and MCP server for six DNA sequence analysis tasks powered by transformer language models.
- [Python client](https://docs.genomicintelligence.ai/docs/kit/client.md): Browse the single-file Genomic Intelligence Python client (gi_client.py), the end-to-end quickstart, and the bundled example sequences.
- [Integration kit](https://docs.genomicintelligence.ai/integration-kit.md): Browse or download the Genomic Intelligence integration kit — a single-file Python client and five runnable recipes for the REST API.
- [Recipes](https://docs.genomicintelligence.ai/docs/kit/recipes.md): Browse the self-contained Genomic Intelligence integration recipes: health probe, batch promoter prediction, async polling, rate-limit-aware retry,...
- [Use GI in an AI chat](https://docs.genomicintelligence.ai/mcp.md): Ask natural-language questions over DNA sequences inside Claude, ChatGPT, or your own AI agent. Start with no key and no install via the hosted GI ...
- [Errors](https://docs.genomicintelligence.ai/reference/errors.md): The unified error envelope, the discriminate-on-code rule, and how to handle each class of error. The per-code list and typed details shapes live i...
- [Limits](https://docs.genomicintelligence.ai/reference/limits.md): Input length caps, per-key quotas, sync and async behavior, latency, cold-start, and result-store TTL for the Genomic Intelligence API.
- [Support and production access](https://docs.genomicintelligence.ai/resources/support.md): How to reach the Genomic Intelligence team for support, and how to request a production-shaped deployment.
- [Tasks](https://docs.genomicintelligence.ai/tasks.md): The six DNA sequence analysis tasks: input sizes, strand-sensitivity, outputs, models, and the per-task options each accepts.
