X-API-Key: ********************curl --location 'https://api.snakk.ai/api/agent-builder-configs' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "owner@example.com",
"company_name": "Example AS",
"agent_config": {
"agentName": "Reception agent",
"instructions": "You are a friendly receptionist for Example AS.",
"greetingMessage": "Hi, you'\''ve reached Example AS. How can I help you?",
"description": "Front-desk voice agent",
"voice": "cedar",
"language": "no"
}
}'{
"token": "3f9a1c2e-7b4d-4a1e-9c8f-1234567890ab"
}