Create agent

POST {{baseUrl}}/agents

Creates a new agent.

Request Body

{"name"=>"<string>", "securityProfile"=>"<string>", "entityId"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;name&quot;:&quot;Nanobox Agent&quot;,&quot;securityProfile&quot;:&quot;RSA_3072&quot;,&quot;entityId&quot;:&quot;3b27818ea09a46b48c7eb3fbd878349f&quot;,&quot;id&quot;:&quot;3b27818ea09a46b48c7eb3fbd878349f&quot;,&quot;eTag&quot;:&quot;2&quot;}