{
  "schema_version": "v1",
  "name_for_human": "Optiq Code",
  "name_for_model": "optiq_code",
  "description_for_human": "Deterministic code context engine for software repositories. Indexes codebases, resolves symbol relationships, and delivers ranked search results for AI coding agents.",
  "description_for_model": "Optiq Code is a deterministic context engine for software repositories. Use it to search indexed codebases with natural language queries, index new repositories, and retrieve ranked code results with confidence scores. Supports 12 programming languages. Returns function signatures, call graphs, and symbol context. Use the search endpoint when a user needs to find specific code, understand how code connects across modules, or get precise context windows for AI coding tasks.",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer",
    "verification_tokens": {}
  },
  "api": {
    "type": "openapi",
    "url": "https://optiqcode.com/openapi.json"
  },
  "logo_url": "https://optiqcode.com/favicon-96x96.png",
  "contact_email": "hello@optiqcode.com",
  "legal_info_url": "https://optiqcode.com/terms"
}
