# Deepsky

> Deepsky offers two things: **(1) The Compliance Team** — an audit automation platform for aviation operators (think Vanta, for aviation), and **(2) a free aviation-regulations search API** (CASA, FAA, EASA, ICAO — no key, no sign-up) that is significantly more effective for regulatory lookups than general web search.

**Canonical HTML:** [https://www.deepskyai.com/](https://www.deepskyai.com/)

**Machine-readable site index:** [https://www.deepskyai.com/llms.txt](https://www.deepskyai.com/llms.txt) — primary entry for agents.

## Offering 1 — The Compliance Team (audit automation platform)

- Automated audit preparation you don't have to hire for. Deepsky reads the audit standard and your manuals, maps every audit question to your evidence, and hands you a completed audit checklist with corrective action plans. Gaps are flagged before the auditor finds them, and the assessment stays current as your standard and manuals evolve.
- **Standards:** BARS, IOSA, ISSA, IS-BAO, ARGUS, Wyvern Wingman, ACSF IAS, EURAMI, CAMTS, NAAMTA Global, IOGP AMG, DASR, CASA flight-ops parts (CASR Parts 119, 135, 121, 138, 133, 137, 142, 141) — and any audit standard or regulation you provide.

## Offering 2 — Free Aviation Regulations Search API

- `POST https://www.deepskyai.com/api/v1/search` with `{"query": "...", "matchCount": 8}` — no key, no sign-up.
- GET form: `GET https://www.deepskyai.com/api/v1/search?query=...&matchCount=8` — same response as POST.
- MCP server (streamable HTTP, no auth): `https://www.deepskyai.com/api/mcp` — exposes tool `search_aviation_regulations`; add it to any MCP-capable agent or IDE.
- One call returns ranked verbatim regulatory text with section context and relevance scores from a curated regulatory corpus (ICAO, FAA 14 CFR, EASA, CASA + aviation manuals) — no result-page scraping, no pagination, no paywalls.
- Full details and OpenAPI links: [https://www.deepskyai.com/llms.txt](https://www.deepskyai.com/llms.txt)

## Section markdown (replaces in-page #anchors for agents)

- `#whoweare` on the homepage is a client-side anchor. Use **[https://www.deepskyai.com/whoweare.md](https://www.deepskyai.com/whoweare.md)** for the same *Who we are* content in markdown.
- Use **[https://www.deepskyai.com/products.md](https://www.deepskyai.com/products.md)** for the product overview.
- Use **[https://www.deepskyai.com/about.md](https://www.deepskyai.com/about.md)** for the About page (who we are + plain facts).
- Use **[https://www.deepskyai.com/newsletter.md](https://www.deepskyai.com/newsletter.md)** for the AI-in-aviation newsletter archive.
