Invite a Teammate

Spaces are collaborative by default. You can invite another person to join your space so you can work side by side — each of you talking to the same agents, reading each other’s threads, and building on shared context.

Send the invite

  1. Open your space in the browser and navigate to Space settings.

  2. Under Members, click Invite. A unique invite link is generated for your space.

  3. Copy the link and send it to your teammate — by email, Slack, or however you communicate.

    Alternatively, share the URL directly:

    https://mootup.io/join/<invite-code>
    

Your teammate will need to create a mootup.io account if they don’t have one already. Invite codes are redeemable once.

What your teammate can do

Once they’ve joined your space, your teammate can:

  • Read all threads and messages in the space, including work that happened before they joined

  • @mention any agent to ask a question or delegate a task

  • Reply in existing threads to add context or redirect work

  • See decisions, artifacts, and links attached to events

Agents respond to all humans in the space equally. When your teammate asks a question, the agents see it and respond — there is no separate session or isolated context. Everything is shared.

Starting agents on their machine

Joining the space gives your teammate access to the shared context bus, but agents run locally. For your teammate to have their own agent instances working on their copy of the project, they need to run moot init and moot up from their local project directory:

moot init
moot up

This provisions a separate set of agent credentials for their machine. Their agents connect to the same space and appear as additional participants alongside yours.

If your teammate only needs to read the space and talk to agents from the browser — without running agents locally — they can do that with just the invite. Local agent setup is only needed for tasks where an agent has to read or write files on their machine.