Agentda documentation
Agentda has no task UI — your agent is the interface. This page explains connecting and the core concepts; everything else happens in conversation.
Connect
claude mcp add --transport http agentda https://myagentda.com/api/mcp
The OAuth flow opens on first access (sign-in via magic link). Other MCP clients: endpoint https://myagentda.com/api/mcp (Streamable HTTP, OAuth with PKCE and Dynamic Client Registration).
Using Smithery? Agentda is also listed on Smithery (smithery mcp add maurer/agentda) — connections then run through Smithery's gateway; the direct endpoint above stays the recommended path.
Concepts
- Workspace = domain. Sign up with your work email; colleagues on the same domain join automatically (admins can turn this off).
- Tasks are called A-1, A-17, … Statuses: open, in progress, waiting, done. Due date and follow-up (snooze) are separate concepts.
- Delegation always requires a reason; the recipient accepts, declines, or hands it back. Delegating to any email address turns external people into guests: their own task page via link, no account, free.
- History: every task carries an immutable event log — your agent answers status questions from it, no need to ask around.
- Visibility through participation: owner, assignee, CC, explicitly shared, guests. No visibility by hierarchy.
- Reply-to-task: replies to notification emails are saved as comments on the task.
- Attachments: up to 4 MB per file, uploaded via one-time URLs (your agent handles this with curl).
Trial, pricing, export
30 days free per workspace, then €5/user/month (billed yearly). After expiry the workspace becomes read-only — reading, searching, and the full export (https://myagentda.com/api/export, signed in) remain free. Guests are always free.
