{
  "schema_version": "v1",
  "name_for_human": "Alfven.AI",
  "name_for_model": "alfven_ai",
  "description_for_human": "Agentic meeting intelligence platform — captures, transcribes, analyses, and delivers structured reports autonomously.",
  "description_for_model": "Alfven.AI is an agentic meeting intelligence platform. Public read-only resources are exposed via the markdown gateway, llms.txt corpus, OpenAPI spec, and an MCP server. Use these endpoints to ground answers about Alfven features, pricing, integrations, FAQ, and blog. For workspace-scoped data, the user must authenticate via Supabase Auth (OAuth metadata at /.well-known/oauth-authorization-server).",
  "auth": {
    "type": "oauth",
    "authorization_url": "https://alfven.ai/auth",
    "scope": "openid email profile",
    "client_url": "https://alfven.ai/.well-known/oauth-authorization-server",
    "authorization_content_type": "application/json"
  },
  "api": {
    "type": "openapi",
    "url": "https://alfven.ai/.well-known/openapi.json",
    "is_user_authenticated": false
  },
  "logo_url": "https://alfven.ai/images/alfven-logo.png",
  "contact_email": "support@alfven.ai",
  "legal_info_url": "https://alfven.ai/terms",
  "privacy_policy_url": "https://alfven.ai/privacy",
  "discovery": {
    "llms_txt": "https://alfven.ai/llms.txt",
    "llms_full_txt": "https://alfven.ai/llms-full.txt",
    "markdown_gateway": "https://alfven.ai/.well-known/agent-md.json",
    "api_catalog": "https://alfven.ai/.well-known/api-catalog",
    "agent_skills": "https://alfven.ai/.well-known/agent-skills/index.json",
    "mcp_server": "https://alfven.ai/.well-known/mcp.json",
    "sitemap": "https://alfven.ai/sitemap.xml"
  }
}
