/v1/admin/principals| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
typestringRequiredemailobjectnameobjectX-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X POST '/api/v1/admin/principals' \
-H 'X-API-Key: ak.<key_id>.<secret>' \
-H 'Content-Type: application/json' \
-d '{
"type": "agent",
"email": {},
"name": {}
}'No response body documented
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X POST '/api/v1/admin/principals' \
-H 'X-API-Key: ak.<key_id>.<secret>' \
-H 'Content-Type: application/json' \
-d '{
"type": "agent",
"email": {},
"name": {}
}'No response body documented