1. Get your API key
Head to the API Keys page and create a new key. Copy it somewhere safe — you won’t be able to see it again.
2. Make your first lookup
curl -X POST https://encrata.com/v1/agent/lookup \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"e": "satya@microsoft.com"}'
3. Parse the response
{
"n": "Satya Nadella",
"e": "satya@microsoft.com",
"co": "Microsoft",
"role": "CEO",
"ind": "Technology",
"loc": "Redmond, US",
"s": {
"li": "https://linkedin.com/in/satyanadella"
},
"news": [
{
"t": "Microsoft CEO on the future of AI",
"u": "https://example.com/article",
"d": "Jan 15, 2026",
"s": "Bloomberg"
}
]
}
Cached lookups cost 0 credits. Fresh lookups cost 1 credit.