Agent Diff website screenshot

Agent Diff

Agent Diff creates isolated, ephemeral replicas of third-party APIs (Slack, Linear, GitHub). Agents interact with these sandboxes to produce deterministic state-change diffs without side effects, rate limits, or real API calls. Ideal for testing AI agents that interact with external APIs.

1 APIs 0 Features
API TestingAI AgentsSandboxingAPI DiffingDeveloper Tools

APIs

Agent Diff Sandbox API

Create and manage isolated, ephemeral sandbox replicas of third-party APIs. Run AI agents against sandboxes to produce deterministic state-change diffs without rate limits or si...

Collections

Pricing Plans

Agent Diff Plans Pricing

3 plans

PLANS

Rate Limits

Agent Diff Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Agent Diff Sandbox Context

6 classes · 15 properties

JSON-LD

API Governance Rules

Agent Diff API Rules

24 rules · 14 errors 10 warnings

SPECTRAL

JSON Structure

Sandbox Diff Entry Structure

5 properties

JSON STRUCTURE

Sandbox Diff List Structure

2 properties

JSON STRUCTURE

Sandbox Sandbox Create Request Structure

4 properties

JSON STRUCTURE

Sandbox Sandbox List Structure

2 properties

JSON STRUCTURE

Sandbox Sandbox Structure

7 properties

JSON STRUCTURE

Example Payloads

Sandbox Diff Entry Example

5 fields

EXAMPLE

Sandbox Diff List Example

2 fields

EXAMPLE

Sandbox Sandbox Example

7 fields

EXAMPLE

Sandbox Sandbox List Example

2 fields

EXAMPLE

Resources

🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
SpectralRules
SpectralRules
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONLDContext
JSONLDContext
🔗
Vocabulary
Vocabulary
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Agent Diff Sandbox API
  version: '1.0'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Sandboxes
    type: folder
  items:
  - info:
      name: Agent Diff List Sandboxes
      type: http
    http:
      method: GET
      url: https://api.agentdiff.dev/v1/sandboxes
      params:
      - name: status
        value: ready
        type: query
        description: Filter by sandbox status.
      - name: api
        value: example_value
        type: query
        description: Filter by sandboxed API (e.g., slack, linear).
      - name: limit
        value: '1'
        type: query
        description: Maximum number of results.
      - name: offset
        value: '1'
        type: query
        description: Pagination offset.
    docs: List all active sandboxes for the account.
  - info:
      name: Agent Diff Create Sandbox
      type: http
    http:
      method: POST
      url: https://api.agentdiff.dev/v1/sandboxes
      body:
        type: json
        data: '{}'
    docs: Create an isolated sandbox replica of a third-party API (e.g., Slack, Linear) for agent testing.
  - info:
      name: Agent Diff Get Sandbox
      type: http
    http:
      method: GET
      url: https://api.agentdiff.dev/v1/sandboxes/:sandboxId
      params:
      - name: sandboxId
        value: example_value
        type: path
        description: Sandbox identifier.
    docs: Retrieve details of a specific sandbox including its current status and configuration.
  - info:
      name: Agent Diff Delete Sandbox
      type: http
    http:
      method: DELETE
      url: https://api.agentdiff.dev/v1/sandboxes/:sandboxId
      params:
      - name: sandboxId
        value: example_value
        type: path
        description: Sandbox identifier.
    docs: Terminate and delete a sandbox, freeing all associated resources.
- info:
    name: Diffs
    type: folder
  items:
  - info:
      name: Agent Diff List Sandbox Diffs
      type: http
    http:
      method: GET
      url: https://api.agentdiff.dev/v1/sandboxes/:sandboxId/diffs
      params:
      - name: sandboxId
        value: example_value
        type: path
        description: Sandbox identifier.
      - name: limit
        value: '1'
        type: query
        description: Maximum number of diffs.
      - name: offset
        value: '1'
        type: query
        description: Pagination offset.
    docs: List state-change diffs produced by agent interactions with a sandbox.
bundled: true