{
  "schema_version": "v1",
  "name": "SIMOSphere AI",
  "description": "OpenAI-compatible LLM API hosted in Germany. Drop-in inference, GDPR-compliant, pay-per-token. Capabilities include chat completion, embeddings, document understanding, multilingual translation, and CI-conformant PDF/DOCX rendering.",
  "homepage": "https://onboarding.simosphereai.com/",
  "documentation": "https://onboarding.simosphereai.com/llms-full.txt",
  "openapi": "https://onboarding.simosphereai.com/openapi.json",
  "contact": {
    "email": "hello@simo-online.com",
    "organisation": "SIMO GmbH",
    "address": "Würzburger Str. 152, 63743 Aschaffenburg, Germany"
  },
  "auth": {
    "type": "bearer",
    "header": "Authorization",
    "scheme": "Bearer",
    "key_acquisition_url": "https://onboarding.simosphereai.com/de/register"
  },
  "endpoints": {
    "base_url": "https://api.simosphereai.com",
    "health": "https://api.simosphereai.com/health",
    "chat_completions": "https://api.simosphereai.com/v1/chat/completions",
    "embeddings": "https://api.simosphereai.com/v1/embeddings",
    "models": "https://api.simosphereai.com/v1/models"
  },
  "discovery": {
    "mcp_server": "https://onboarding.simosphereai.com/.well-known/mcp/server-card.json",
    "ai_plugin": "https://onboarding.simosphereai.com/.well-known/ai-plugin.json",
    "a2a_card": "https://onboarding.simosphereai.com/.well-known/agent-card.json",
    "api_catalog": "https://onboarding.simosphereai.com/.well-known/api-catalog",
    "oauth_protected_resource": "https://onboarding.simosphereai.com/.well-known/oauth-protected-resource"
  },
  "compliance": {
    "gdpr": "compliant",
    "data_residency": "EU (Germany)",
    "iso_27001": "in_preparation",
    "soc_2_type_ii": "audit_planned_2026"
  },
  "rate_limits_documented_at": "https://onboarding.simosphereai.com/docs/api"
}
