v1
latestOpenAPI 3.0.02026-07-17181627.7 KBagents
Validate an Agent configuration without saving it
post/agents/validate
Request body
Example request
{
"name": "my-agent1",
"orb_tags": {
"region": "eu",
"node_type": "dns"
}
}Response
Agent validation object
Example response
{
"name": "my-agent1",
"orb_tags": {
"region": "eu",
"node_type": "dns"
}
}