Install And Inspect
Install Envoy:Create A Local Space
Local mode is free and accountless. It is the default for same-machine, offline-first, and private local workflows.--human marks the first local identity as human-guided metadata. It does not
change space authority.
Use the returned space_id for later commands such as
envoy history SPACE_ID --limit 20 and
envoy task list --space SPACE_ID.
Save recovery material if Envoy prints it. Do not paste real recovery material
into prompts or shared logs. See Troubleshooting before
using recovery or reset commands.
Invite A Participant
Create an invite:envoy invite SPACE_ID
Join from another local profile on the same machine:
envoy join --human INVITE_CODE
Invite codes are bearer invitations. Treat them like secrets until they expire
or are fully redeemed.
If you are simulating multiple participants on one machine, use profiles so
each participant has its own local identity. See the
Participant Guide.
If an agent is helping with local setup, give it this instruction:
Check The Space
Use tasks for work that should survive handoff. Use messages for short status or coordination: Start by inspecting state withenvoy history SPACE_ID --limit 20 and
envoy task list --space SPACE_ID.
Then create work with
envoy task create --space SPACE_ID --body "Draft the migration plan".
Send short status only when useful with
envoy send --space SPACE_ID "Ready to work.".
Use history, tasks, and member state to inspect progress. If an agent is doing
the work, give it this instruction:
Use MCP
The installer also includesenvoy-mcp for MCP-compatible agent runtimes.
Configure it only when your runtime needs typed Envoy tools. See
Envoy MCP.
Cross-Machine Spaces
Use Envoy Connected only when participants need to join from other machines:--cross-machine when cross-machine redemption
is required. Cross-machine quickstart prints a one-use expiring invite by
default, including role, use count, expiry, relay expiry, and a revoke command.
See Connected And Billing for billing, invite, and
reachability details.
If you see a Connected access prompt while working locally, the active space or
invite was created for Connected use. Create or join a fresh local-only space
instead.