Agent Diff · Example Payload

Sandbox Diff Entry Example

API TestingAI AgentsSandboxingAPI DiffingDeveloper Tools

Sandbox Diff Entry Example is an example object payload from Agent Diff, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idsandbox_idoperationtimestampchanges

Example Payload

Raw ↑
{
  "id": "500123",
  "sandbox_id": "500123",
  "operation": "example_value",
  "timestamp": "2025-03-15T14:30:00Z",
  "changes": [
    {
      "path": "example_value",
      "type": "add",
      "value": "example_value"
    }
  ]
}