Accept an invitation
dropthis_accept_invitationAccept a team-workspace invitation and join. Pass the email token or invitation_id to switch your active workspace and get the joined workspace.
Instructions
Accept a team-workspace invitation and join — this is the teammate's join path. Pass token (the raw single-use token from the invite email) OR invitation_id (from dropthis_invitations; the agent path, no email needed) — at least one is required, token wins if both are given. Requires a team-scoped credential (ADR-0068: members:write) authenticated as the invited email. Joins and switches your active workspace to the team; returns the joined workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | The raw single-use token from the invite email. | |
| invitation_id | No | The invitation id from dropthis_invitations (the agent path, no token). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| kind | No | ||
| name | No | ||
| plan | No | ||
| role | No | ||
| slug | No | ||
| isActive | No | ||
| creatorCanReach | No |