# VerifiedX ## Docs - [bindHarness](https://docs.verifiedx.me/api-reference/bind-harness.md): Bind the VerifiedX runtime to your TypeScript harness. - [Initialization](https://docs.verifiedx.me/api-reference/init.md): Initialize the VerifiedX runtime in Python or TypeScript. - [install_runtime](https://docs.verifiedx.me/api-reference/install-runtime.md): Install the Python runtime and optionally bind your harness in one call. - [Logs](https://docs.verifiedx.me/api-reference/logs.md): Access and use your VerifiedX decision logs. - [API Overview](https://docs.verifiedx.me/api-reference/overview.md): The VerifiedX SDK and API surfaces. - [Preflight](https://docs.verifiedx.me/api-reference/preflight.md): How VerifiedX checks a protected boundary before it executes. - [Receipts](https://docs.verifiedx.me/api-reference/receipts.md): The decision receipt returned by every protected boundary check. - [Authentication](https://docs.verifiedx.me/authentication.md): Get your API key and configure your runtime. - [Decision Receipts](https://docs.verifiedx.me/concepts/decision-receipts.md): What VerifiedX returns for every protected boundary check. - [How It Works](https://docs.verifiedx.me/concepts/how-it-works.md): How VerifiedX checks high-impact agent actions before they execute. - [Protected Actions](https://docs.verifiedx.me/concepts/protected-actions.md): What counts as a protected action and how checks work. - [Environment Variables](https://docs.verifiedx.me/configuration/environment.md): Configure VerifiedX with the one required environment variable and a few optional overrides. - [Decision Logs](https://docs.verifiedx.me/configuration/logging.md): Inspect the decisions VerifiedX records for protected boundaries. - [Introduction](https://docs.verifiedx.me/introduction.md): What VerifiedX does and why builders use it. - [Pricing](https://docs.verifiedx.me/pricing.md): Plans and pricing for VerifiedX. - [Quick Start](https://docs.verifiedx.me/quickstart.md): Protect your first agent node in a few minutes. - [Anthropic / Claude](https://docs.verifiedx.me/sdks/anthropic.md): Protect Claude Messages API tool use in Python or TypeScript. - [Claude Agent SDK](https://docs.verifiedx.me/sdks/claude-agent-sdk.md): Attach VerifiedX to the Claude Agent SDK query surface in Python or TypeScript. - [LangGraph](https://docs.verifiedx.me/sdks/langgraph.md): Protect LangGraph graphs, state updates, stores, and tools without changing your graph design. - [LangGraph (Anthropic / Claude)](https://docs.verifiedx.me/sdks/langgraph-anthropic.md): Protect Claude-backed LangGraph graphs, tools, and state updates. - [LangGraph (OpenAI)](https://docs.verifiedx.me/sdks/langgraph-openai.md): Protect OpenAI-backed LangGraph graphs, tools, and state updates. - [MCP (Python)](https://docs.verifiedx.me/sdks/mcp-python.md): Wrap standalone MCP tool handlers with VerifiedX in Python. - [MCP (TypeScript)](https://docs.verifiedx.me/sdks/mcp-typescript.md): Wrap standalone MCP tool handlers with VerifiedX in TypeScript. - [OpenAI](https://docs.verifiedx.me/sdks/openai.md): Protect OpenAI Responses and Chat Completions tool calls in Python or TypeScript. - [OpenAI Agents SDK](https://docs.verifiedx.me/sdks/openai-agents-sdk.md): Attach VerifiedX to the OpenAI Agents SDK in Python or TypeScript. - [Python SDK](https://docs.verifiedx.me/sdks/python.md): Use the raw Python runtime to protect a harness you already own. - [TypeScript SDK](https://docs.verifiedx.me/sdks/typescript.md): Use the raw TypeScript runtime to protect a harness you already own. - [Vercel AI SDK](https://docs.verifiedx.me/sdks/vercel-ai.md): Protect Vercel AI SDK tool calls across providers in TypeScript. ## OpenAPI Specs - [openapi](https://docs.verifiedx.me/api-reference/openapi.json)