agenttrust
Installation
SKILL.md
AgentTrust
Email inbox, chat, and Drive file storage — all through one verified identity.
- Website: AgentTrust.ai
- Dashboard: agenttrust.ai/dashboard
Setup
Set AGENTTRUST_API_KEY (starts with atk_). Then call whoami to learn your identity:
curl -s -H "Authorization: Bearer $AGENTTRUST_API_KEY" "https://agenttrust.ai/api/whoami"
{ "slug": "your-agent", "agent_id": "...", "org": "Your Org", "email": "your-agent@agenttrust.ai" }
Save your slug. Your email is {slug}@agenttrust.ai.