# Igris Documentation ## Docs - [Authentication](https://docs.igrisecurity.com/api-reference/authentication.md): Two auth methods: session cookies for the dashboard and API keys for programmatic access. - [Architecture](https://docs.igrisecurity.com/architecture.md): How Igris components fit together — API server, frontend, database, cache, auth, and proxy flow. - [Anomaly Detection](https://docs.igrisecurity.com/governance/anomaly-detection.md): Automatic detection of rate spikes and destructive patterns in MCP tool calls. - [Policies](https://docs.igrisecurity.com/governance/policies.md): Define governance rules to allow, deny, or alert on MCP tool calls using glob patterns and rate limits. - [Gateway Setup](https://docs.igrisecurity.com/governance/proxy-setup.md): Configure MCP clients to route tool calls through the Igris governance gateway. - [Real-Time Events](https://docs.igrisecurity.com/governance/real-time-events.md): SSE endpoint for real-time dashboard updates with org-scoped tool call and anomaly events. - [Sessions](https://docs.igrisecurity.com/governance/sessions.md): Agent sessions track tool call activity per organization and server, with kill switch support. - [Introduction](https://docs.igrisecurity.com/introduction.md): Igris is the AI Governance Operating Layer — govern and observe across every AI provider and MCP tool call. - [LLM Gateway — Concepts](https://docs.igrisecurity.com/llm-gateway/concepts.md): Mental model for connections, providers, policies, audit trail, and request modes. - [Migrating from Portkey](https://docs.igrisecurity.com/llm-gateway/migration-from-portkey.md): Side-by-side comparison of Portkey and Igris — connections, policies, and SDK migration. - [LLM Gateway — Policies](https://docs.igrisecurity.com/llm-gateway/policies.md): Policy rules for LLM model access — allowlists, rate limits, token guards, and content controls. - [Supported Providers](https://docs.igrisecurity.com/llm-gateway/providers.md): The full list of LLM providers supported by the Igris gateway — 59 providers out of the box. - [LLM Gateway — Quickstart](https://docs.igrisecurity.com/llm-gateway/quickstart.md): Route any LLM provider through Igris for audit, policies, and cost tracking in 5 minutes. - [LLM Gateway — SDK Reference](https://docs.igrisecurity.com/llm-gateway/sdk-reference.md): Full API reference for the LLM-related surface of @igris-security/sdk. - [Quickstart](https://docs.igrisecurity.com/quickstart.md): Go from zero to governed MCP tool calls in under 5 minutes. - [CLI](https://docs.igrisecurity.com/scanner/cli.md): Interactive CLI for MCP governance — authenticate, scan configs, set up proxy, monitor sessions, and manage policies. - [Configuration](https://docs.igrisecurity.com/scanner/configuration.md): Configure Igris Scanner behavior, suppressions, and supported MCP config formats. - [Detectors & Rules](https://docs.igrisecurity.com/scanner/detectors.md): All 20 detectors and 91 rules that the Igris Scanner uses to scan MCP configurations for security issues. - [Igris Scanner Overview](https://docs.igrisecurity.com/scanner/overview.md): Security scanner, runtime proxy, and CLI for MCP server configurations — detect vulnerabilities before they reach production. - [Connections](https://docs.igrisecurity.com/sdk/connections.md): Store upstream MCP server credentials securely and route requests through Igris. - [Identity & Metadata](https://docs.igrisecurity.com/sdk/identity.md): Pass user identity and metadata for governance policies and audit trails. - [Installation](https://docs.igrisecurity.com/sdk/installation.md): Install the Igris SDK and create your first MCP config in 2 minutes. - [MCP Client Config](https://docs.igrisecurity.com/sdk/mcp-config.md): Generate configs for Claude Desktop, Cursor, and any MCP client. - [SDK Overview](https://docs.igrisecurity.com/sdk/overview.md): Integrate Igris into your AI apps with the TypeScript or Python SDK. - [Tool Calls](https://docs.igrisecurity.com/sdk/tool-calls.md): Call MCP tools programmatically with the igris.mcp resource — initialize, listTools, and callTool over the gateway. ## OpenAPI Specs - [openapi](https://docs.igrisecurity.com/api-reference/openapi.json)