API Reference
Using the Ag.dev API
Compare two agent revisions to see configuration differences
cURL
curl --request GET \ --url https://api.ag.dev/v0.1/agents/{agentId}/revisions/diff \ --header 'X-API-Key: <api-key>'
{ "changes": [ { "path": "<string>", "oldValue": "<unknown>", "newValue": "<unknown>" } ] }
Provide either X-API-Key: or Authorization: Bearer
Agent ID
Source revision ID for diff
Target revision ID for diff
Revision diff
List of changes between revisions
Show child attributes