v2
latestOpenAPI 3.0.02026-08-0688139156.5 KBAgents
Create an agent for an auto-pair installation
post/v1/agent
Request body
Example request
{
"device_id": "d_0123456789ab",
"display_name": "My First Device"
}Response
Created
Example response
{
"agent_id": "a_0123456789ab",
"display_name": "My First Device",
"pair_code": "ABC123"
}