{
"success": true,
"action": "identity",
"result": {
"agent": { "id": "uuid", "name": "Research Bot", "role": "api-agent" },
"company": { "id": "uuid", "name": "Acme Corp" },
"resources": {
"email_inboxes": 2,
"phone_numbers": 0,
"integrations": 1
}
},
"next_steps": [
{ "command": "naive identity emails", "description": "List only email inboxes (with UUIDs for sending)" },
{ "command": "naive email send --from-inbox <uuid> --to ...", "description": "Send an email using a discovered inbox" }
],
"hints": [
"Email inboxes listed here provide the UUID needed for the --from-inbox parameter",
"Resources shown are specific to your current company context"
]
}