# Genomic Intelligence API > A typed /v1 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 - [REST API](https://docs.genomicintelligence.ai/agents.md): Integrate the Genomic Intelligence /v1 REST API: authentication, a curl-and-Python quickstart, the six DNA analysis tasks, model selection, and the... - [Quickstart](https://docs.genomicintelligence.ai/getting-started.md): Authenticate, run a synchronous prediction, submit and poll an asynchronous job, and get the sequence strand right against the Genomic Intelligence... - [Overview](https://docs.genomicintelligence.ai/docs.md): Genomic Intelligence is a typed /v1 REST API and MCP server for six DNA sequence analysis tasks powered by transformer language models. - [MCP server](https://docs.genomicintelligence.ai/mcp.md): Connect Claude Desktop, Claude Code, Cursor, or your own MCP client to the six Genomic Intelligence inference tasks through the gi-mcp server. - [Recipes](https://docs.genomicintelligence.ai/recipes.md): Index of runnable Python recipes demonstrating common integration patterns against the /v1 API. - [Endpoints](https://docs.genomicintelligence.ai/reference/endpoints.md): Reference for the /v1 REST endpoints: prediction, job polling, model listing, and health. - [Error reference](https://docs.genomicintelligence.ai/reference/errors.md): The unified error envelope, the full error.code catalogue, structured details shapes, and how to handle each class of error. - [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. - [Python client](https://docs.genomicintelligence.ai/resources/python-client.md): A bundled single-file Python client for the Genomic Intelligence API, with bearer auth, the unified response envelope, and async job polling. - [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. - [Gene annotation](https://docs.genomicintelligence.ai/tasks/annotation.md): Find genes and transcript intervals in long sequences (async). - [Chromatin features](https://docs.genomicintelligence.ai/tasks/chromatin.md): Predict 919 mammalian chromatin features from sequence. - [Enhancer activity](https://docs.genomicintelligence.ai/tasks/enhancer.md): Predict developmental and housekeeping enhancer activity scores. - [Gene expression](https://docs.genomicintelligence.ai/tasks/expression.md): Predict gene expression from sequence and an experimental context prompt. - [Promoter](https://docs.genomicintelligence.ai/tasks/promoter.md): Detect promoter regions in human DNA sequences. - [Splice sites](https://docs.genomicintelligence.ai/tasks/splice.md): Annotate donor and acceptor splice sites across a sequence.