Test agent connectivity before running tests
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | UUID of the agent to validate |
| Field | Type | Description |
|---|---|---|
valid | boolean | Whether the agent is reachable and credentials are valid |
message | string | Human-readable validation result |
details | object | Additional validation details (provider-specific) |
valid field to determine if validation passed.| Code | Description |
|---|---|
AGENT_NOT_FOUND | Agent not found or doesn’t belong to your organization |