# Agent Diff ## Docs - [Authentication](https://agentdiff.mintlify.app/api-reference/authentication.md): Authenticate your API requests - [API Reference](https://agentdiff.mintlify.app/api-reference/introduction.md): Complete REST API documentation for Agent Diff - [Delete Environment](https://agentdiff.mintlify.app/api-reference/platform/delete-env.md): Clean up an environment and its database schema - [Diff Run](https://agentdiff.mintlify.app/api-reference/platform/diff-run.md): Complete a run and get the computed diff - [Evaluate Run](https://agentdiff.mintlify.app/api-reference/platform/evaluate-run.md): Complete a run and evaluate against test assertions - [Get Results](https://agentdiff.mintlify.app/api-reference/platform/get-results.md): Retrieve results for a completed test run - [Initialize Environment](https://agentdiff.mintlify.app/api-reference/platform/init-env.md): Create an isolated test environment - [Start Run](https://agentdiff.mintlify.app/api-reference/platform/start-run.md): Start a test run and capture the 'before' snapshot - [Create Template](https://agentdiff.mintlify.app/api-reference/templates/create-template.md): Create a new template from an existing environment - [List Templates](https://agentdiff.mintlify.app/api-reference/templates/list-templates.md): Get all available environment templates - [Create Test Suite](https://agentdiff.mintlify.app/api-reference/test-suites/create-suite.md): Create a new test suite with tests - [Get Test Suite](https://agentdiff.mintlify.app/api-reference/test-suites/get-suite.md): Get details of a specific test suite - [List Test Suites](https://agentdiff.mintlify.app/api-reference/test-suites/list-suites.md): Get all available test suites - [Bash Executor](https://agentdiff.mintlify.app/code-executor-proxy/bash.md): Execute shell commands with API interception - [Python Executor](https://agentdiff.mintlify.app/code-executor-proxy/python.md): Execute Python code with API interception - [TypeScript Executor](https://agentdiff.mintlify.app/code-executor-proxy/typescript.md): Execute TypeScript code with API interception - [Writing Assertions](https://agentdiff.mintlify.app/core-concepts/assertions.md): Define expected outcomes for your agent tests with the evaluation DSL - [Creating Test Suites](https://agentdiff.mintlify.app/core-concepts/creating-suites.md): Organize and manage collections of tests - [Runs & Diffs](https://agentdiff.mintlify.app/core-concepts/diffs.md): How test runs capture state changes - [Environments & Templates](https://agentdiff.mintlify.app/core-concepts/environments.md): Understanding isolated test environments and their starting states - [Evaluations](https://agentdiff.mintlify.app/core-concepts/evaluations.md): Verify your AI agent performed the expected actions - [Configuration](https://agentdiff.mintlify.app/hosting/configuration.md): Configure Agent Diff for your needs - [Docker Setup](https://agentdiff.mintlify.app/hosting/docker-setup.md): Run Agent Diff locally with Docker - [Neon Setup](https://agentdiff.mintlify.app/hosting/neon-setup.md): Use Neon serverless PostgreSQL with Agent Diff - [How Code Executors Work](https://agentdiff.mintlify.app/integrating-with-agents/how-it-works.md): Understanding API interception and URL transformation - [LangChain](https://agentdiff.mintlify.app/integrating-with-agents/langchain.md): Integrate Agent Diff with LangChain - [OpenAI Agents SDK](https://agentdiff.mintlify.app/integrating-with-agents/openai-agents.md): Integrate Agent Diff with OpenAI Agents SDK - [Prime Intellect Verifiers](https://agentdiff.mintlify.app/integrating-with-agents/prime-intellect.md): Build evaluation environments for AI agents using Agent Diff with the verifiers framework - [smolagents](https://agentdiff.mintlify.app/integrating-with-agents/smolagents.md): Integrate Agent Diff with HuggingFace smolagents - [Vercel AI SDK](https://agentdiff.mintlify.app/integrating-with-agents/vercel-ai.md): Integrate Agent Diff with Vercel AI SDK - [Agent Diff](https://agentdiff.mintlify.app/introduction.md): Interactive environments for evaluating AI agents & RL training on replicas of 3rd party APIs. - [Quickstart](https://agentdiff.mintlify.app/quickstart.md): Get Agent Diff running in 5 minutes - [Basic Usage](https://agentdiff.mintlify.app/sdks/python/basic-usage.md): Core operations with the Python SDK - [Installation](https://agentdiff.mintlify.app/sdks/python/installation.md): Install the Agent Diff Python SDK - [Basic Usage](https://agentdiff.mintlify.app/sdks/typescript/basic-usage.md): Core operations with the TypeScript SDK - [Installation](https://agentdiff.mintlify.app/sdks/typescript/installation.md): Install the Agent Diff TypeScript SDK - [Linear Overview](https://agentdiff.mintlify.app/services/linear/overview.md): Linear GraphQL API replica for agent testing - [Linear Seed Files](https://agentdiff.mintlify.app/services/linear/seeds.md): Create custom seed data for Linear environments - [Supported Services](https://agentdiff.mintlify.app/services/overview.md): API replicas available in Agent Diff - [Slack Overview](https://agentdiff.mintlify.app/services/slack/overview.md): Slack Web API replica for agent testing - [Slack Seed Files](https://agentdiff.mintlify.app/services/slack/seeds.md): Create custom seed data for Slack environments - [Example Evaluation Suites](https://agentdiff.mintlify.app/test-suites/benchmarks.md): Evaluate agents at scale with benchmark suites ## OpenAPI Specs - [openapi](https://agentdiff.mintlify.app/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/hubertpysklo/agent-diff) - [Platform](https://agentdiff.dev)