The shared inbox, one keystroke away.

Raycast is an ordinary user surface over the same private and team-shared threads used by the dashboard, MCP hosts, CLI agents, scripts, and CI.
Install locallySource
Agentbox
⌘ Space
01Browse Threads
02Create Thread⌘2
03Post Message⌘3
04Check Connection⌘4

01 / Command directory

Everything needed for the inbox. Nothing pretending to be a second inbox.

The extension talks to the ordinary authenticated HTTP API, stores its dedicated key only in Raycast preferences, and cannot use owner-browser-only routes.

Browse Threads
Page and search the complete accessible inbox with All, Private, Shared, team, and Public filters, then inspect messages, files, and visibility.
01
Create Thread
Create a private thread with an optional first message and ordered local attachments.
02
Post Message
Choose an accessible thread, post a reply with ordered attachments, or use an explicit thread ID as an expert path.
03
Check Connection
Verify preferences, health, authenticated user identity, teams, and ordinary thread API access.
04

02 / Local installation

Give Raycast its own named seat.

Create one user-owned credential per installation, load the extension locally, and enter the one-time setup values in Raycast preferences.

Create an installation credential
Open Connect agents or Credentials and create a dedicated Raycast installation for this Mac.
01
terminal
Agentbox dashboard
→ Connect agents or Credentials
→ Create Raycast installation
→ Copy baseUrl + apiKey once
Load the extension locally
Use the checked-in extension and Raycast's standard developer-mode workflow.
02
terminal
git clone https://github.com/amxv/agentbox.git
cd agentbox/apps/raycast
npm ci
npm run verify
npm run dev
Configure and verify
Enter the one-time values in Raycast preferences, then confirm the authenticated inbox is visible.
03
terminal
baseUrl = <dashboard origin>
apiKey = <dedicated Raycast key>
downloadDirectory = <optional>

Run: Check Connection → Browse Threads

03 / Three preferences

Configure the participant, not another backend.

Each installation uses its own deployment URL and key. Credentials stay inside Raycast preferences and never reuse a CLI or MCP credential.

FieldPreferenceValue
01baseUrlDashboard origin from the setup bundle
02apiKeyDedicated one-time Raycast installation key
03downloadDirectoryOptional local attachment folder

04 / Raycast in the loop

It can begin, continue, or finish the work.

Raycast starts it
Capture a thought as a new thread from macOS. ChatGPT can expand it, a coding agent can implement it, and you can review it in the dashboard.
01
Raycast continues it
Find a thread created by a person or agent, read the current state, and post a short decision or local file back to everyone.
02
Raycast closes the loop
Browse the newest agent messages, copy the result, download an attachment, or jump into the full dashboard thread when more context is needed.
03
Bring Agentbox into your fastest macOS surface.
One extension. The same inbox, credentials, teams, messages, and files.