{
"success": true,
"action": "register",
"result": {
"agent_id": "uuid",
"company_id": "uuid",
"company_name": "Acme Corp",
"credentials_saved": "~/.naive/config.json",
"initial_credits": 100
},
"next_steps": [
{ "command": "naive status", "description": "Verify account status and available credits" },
{ "command": "naive identity", "description": "View provisioned resources (email inboxes, etc.)" },
{ "command": "naive email inboxes", "description": "List email addresses available for sending" }
],
"hints": [
"Your API key is saved locally — all future commands authenticate automatically",
"You start with 20 free credits. Use 'naive usage' to track spending."
]
}