A Raycast extension for Attio — manage records, lists, notes, tasks, webhooks, and workspace members without leaving Raycast.
The extension reads the granted scopes on your access token and shows only the actions that token can actually perform. A read-only token sees no write actions anywhere — no "Edit Record," no "Create Task," no "Delete Webhook" — instead of failing when you click one.
Install Extension button in the top right of this page OR install via Raycast Store.Access Token).Grant a read-only token and every command still works — it just shows no write actions. Add the opt-in scopes below only for the write actions you want.
Tip: the scope picker lives in Attio under Workspace Settings → Developers → your access token.
| Scope | Needed by |
|---|---|
object_configuration:read | Objects, Records, schema/attribute lookups used everywhere |
record_permission:read | Records, Notes, Tasks |
list_configuration:read | Lists |
note:read | Notes |
task:read | Tasks |
user_management:read | Members and Teams, and Tasks (task assignees resolve through workspace members) |
webhook:read | Webhooks |
Two dependencies are easy to miss because the command name doesn't suggest them:
user_management:read — task assignees are workspace members, so listing tasks requires the members scope even though you never open the Members command.record_permission:read and object_configuration:read in addition to note:read — notes are attached to records, so resolving what a note is about requires record and object access too.| Scope | Unlocks |
|---|---|
record_permission:read-write | Editing and deleting records |
note:read-write | Editing notes |
task:read-write | Creating, completing, and deleting tasks |
object_configuration:read-write | Creating custom objects |
webhook:read-write | create, edit, and delete webhooks |
If you grant only the "required to read" scopes above, the extension is fully read-only: every list and detail view works, and no write action appears in any action panel.
| Preference | Description |
|---|---|
| Access Token | Your Attio API token (see above) |
| Verbose Logging | Show detailed logs in the console for debugging |