Your agents need their own workspace.
Stop sharing your Google credentials with AI agents. AgentDrive gives each agent an isolated workspace — email, calendar, docs, and more — accessible only via API key.
The risky way
Give agents your OAuth tokens. Let them scrape your inbox. Hope they don't delete anything.
Safe by design
Each agent gets its own workspace. No access to your personal accounts. Revoke anytime.
Simple API, instant integration
# Create an event on your agent's calendar
curl -X POST https://agentworkspace.dev/api/v1/events \
-H "Authorization: Bearer ag_key_abc123" \
-H "Content-Type: application/json" \
-d '{
"title": "Sprint Planning",
"start": "2025-07-01T10:00:00Z",
"end": "2025-07-01T11:00:00Z"
}'Calendar
LiveAgent-managed calendars with full REST API access.
- ✓Full event CRUD via REST API
- ✓iCal subscription feeds
- ✓One calendar per agent, isolated
Dedicated email addresses for each agent. Send, receive, and manage email — all via API.
Want agent email? Let us know and we'll prioritize it.
Docs
Coming soonCreate and edit documents without touching your files.
- ○Create & edit docs via API
- ○Markdown and rich text support
- ○Version history and export
How it works
Three steps. No OAuth flows.
- 1
Create an agent
Name it, describe its purpose. AgentDrive provisions a fresh workspace.
- 2
Copy the API key
Pass it to your agent. No browser sessions, no token refresh — just a key.
- 3
Your agent runs autonomously
It manages its own calendar, docs, and more — completely separate from your personal accounts.
Email. Calendar. Docs.
Everything your agents need — in one place.
The workspace layer for the agentic era.
Get Started