Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.7 KB

File metadata and controls

49 lines (37 loc) · 1.7 KB

Genomic Intelligence API — docs

REST API for DNA sequence analysis with transformer language models. Six tasks — promoter, splice site, enhancer, chromatin, expression, annotation — over a typed /v1 contract.

Where to start

  • Humans: getting-started.md — auth → sync → async walkthrough with curl + Python.
  • Agents: AGENTS.md — structured integration guide for agentic systems.
  • One-page summary: partner-brief.md — what this is, what it isn't, your key, expected latency.
  • Indexed for LLM crawlers: llms.txt.

Live URLs

Integration kit tarball

curl -L https://github.com/genomicintelligence/docs/releases/latest/download/integration-kit.tar.gz | tar -xz
cd integration-kit/

The tarball ships only the partner-facing content (no GitHub Pages plumbing). Built and attached on every published release.

Layout

.
├── AGENTS.md          ← agent integration guide
├── llms.txt           ← llms.txt convention index
├── partner-brief.md   ← one-page demo-posture summary
├── getting-started.md ← auth → sync → async with curl + Python
├── reference/         ← errors.md, limits.md
├── recipes/           ← runnable .py patterns (1 per intent)
├── snippets/          ← drop-in for partner repos' AGENTS.md
└── client/            ← gi_client.py + quickstart.py + bundled fixtures

Contact

alex@genomicintelligence.ai