Bootstrap
Bootstrap Agent Identity from Docker
Bootstrap an agent identity using Docker container metadata. This allows agents running in Docker containers to automatically obtain cryptographic identities.
post/auth/bootstrap/docker
Request body
Example request
{
"container_id": "a1b2c3d4e5f6",
"runtime_token": "runtime-token-abc123"
}Response
Agent identity bootstrapped successfully
Example response
{
"agent_id": "agent-bootstrapped-1234",
"private_key_b64": "MC4CAQAwBQYDK2VwBCIEIA...",
"public_key_b64": "MCowBQYDK2VwAyEA..."
}