Skills do not grant Sendmux access by themselves. Create API keys, authorise
MCP, or use agent access first, then let the skill choose the right surface
for the task. If you use agent access, immediately save the returned
claim_token and agent credential bundle before token exchange: mailbox
metadata, token endpoints, resource URLs, and identity_assertion. Keep the
identity_assertion or pre-claim token until the owner invite returns 202.Install from a marketplace
Use the marketplace path when your AI tool supports plugins. It installs the full Sendmux pack and keeps marketplace updates separate from your project files.Claude app, Claude Desktop, and Cowork
Claude app, Claude Desktop, and Cowork
- Open Customize.
- Go to Plugins.
- In Personal plugins, click + and choose Add marketplace.
- Choose Add from a repository.
- Enter
Sendmux/skills, then install the Sendmux plugin.
Claude Code
Claude Code
Codex
Codex
Add the marketplace first.Then open Plugins in the Codex app or
/plugins in Codex CLI and install Sendmux from the Sendmux marketplace.Install with Agent Skills
Useskills add when your agent supports raw Agent Skills rather than plugin marketplaces.
Supported targets
What the pack teaches
Choose the right surface
Use send-capable
smx_mbx_ keys or owner-approved Sending-resource smx_agent_ tokens for Sending work. Use smx_mbx_ keys or scoped smx_agent_ tokens for allowed Mailbox work. Use team-scoped smx_root_ keys for Management work. Pre-claim smx_agent_ tokens do not include email.send.
When an agent has no Sendmux credential, start with agent access: request a registration challenge, solve it, register the mailbox at the identity_endpoint with proof_of_work, immediately save the returned claim_token and full agent credential bundle in a secure store such as 1Password, an OS keychain, or the agent platform’s encrypted secret store before token exchange, exchange the identity assertion, then invite the human owner with the pre-claim access token. The claim token is required later for owner-approved sending and cannot create the owner invite. If the agent loses both the identity assertion and pre-claim token before the invite returns 202, register again and invite immediately. If any agent-auth endpoint returns 429, use Retry-After or retry_after before retrying.
Next steps
MCP
Connect hosted or local Sendmux MCP tools.
Agent access
Let an agent register a constrained mailbox and invite its owner.
CLI
Run Sendmux workflows from your terminal.
SDKs
Choose an SDK package for application code.
API keys
Create scoped credentials for tools and agents.