curl --request POST \
--url https://api.getovra.com/agents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"externalId": "<string>",
"scope": "<string>",
"usage": "single"
}
'{
"id": "<string>",
"ownerId": "<string>",
"name": "<string>",
"scope": "<string>",
"externalId": "<string>",
"status": "active",
"cardBalanceEuros": 123,
"walletBalanceEuros": 123,
"cardPanMasked": "<string>",
"policyId": "<string>",
"cardId": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://api.getovra.com/agents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"externalId": "<string>",
"scope": "<string>",
"usage": "single"
}
'{
"id": "<string>",
"ownerId": "<string>",
"name": "<string>",
"scope": "<string>",
"externalId": "<string>",
"status": "active",
"cardBalanceEuros": 123,
"walletBalanceEuros": 123,
"cardPanMasked": "<string>",
"policyId": "<string>",
"cardId": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}API key (sk_...) or Agent token (at_...)
Unique key for idempotent request handling
Agent created with associated card and policy