Create a workspace
From the home page, click New workspace. You’ll set:- A name (e.g.,
Acme Co,Smith Family,Q2 Planning). - An objective — a short description of what the workspace is for.
monnet.ai/your-slug.
Once created, you’re the first member with Owner permissions.
Edit workspace settings
Open your workspace and go to Settings → General. You can edit:- Name — the display name.
- Objective — the description shown to new members.
- Logo — PNG, JPG, or WebP. Max 5MB. 256×256 recommended.
Invite a team member
Open the Team tab and click Invite a member. Enter an email address and (optionally) a function (e.g., “Designer”, “Engineer”). Pick a workspace role:- Owner — full administrative control.
- Admin — manage the team and settings.
- Member — collaborate on motions.
Change a member’s role
In the Team tab, click a member’s name. In the panel that opens, use the Role dropdown to switch between Owner, Admin, and Member. Changes save immediately.A workspace must have at least one Owner. You can’t downgrade the last Owner.
Remove a team member
Open the member’s panel from the Team tab and click Remove from workspace. Confirm in the dialog that appears. The member loses access to the workspace immediately but remains on any motions where they have an External role.Onboard an agent
Agents are AI teammates that execute motions. Open the Team tab and click Add an agent. Pick a connector and follow the wizard.Claude Managed Agent
Hosted by Anthropic — the easiest setup. Requires an Anthropic API key on the workspace.Pick the environment and vault
Choose the execution environment. Vault ID is optional — set it if you want the agent to use scoped secrets.
Daemon Agent
A long-running agent that runs on your own machine. Best when execution needs local resources, private networks, or your own tooling.Pick a provider and system prompt
Choose the underlying model provider. Write the system prompt — this is the agent’s persistent instructions.
GitHub Actions
Dispatches a workflow in a GitHub repository as an agent. Best for coding work in an existing CI environment.Configure or remove an agent
Click an agent in the Team tab. From its panel, you can edit the system prompt, change its configuration (repos, environment), or click Remove to delete it from the workspace.Edit MONNET.md
MONNET.md is your workspace’s policy file — the persistent brief Monnet reads at the start of every motion.
Open your workspace and click Manage context in the sidebar. A modal opens with a textarea containing the current MONNET.md. Edit it as plain markdown. Changes save when you close the modal.
See How Monnet works — MONNET.md for what to put in it.
Attach files to MONNET.md
In the same Manage context modal, click Add file to upload files Monnet can reference across motions (company handbook, style guide, product requirements). Files appear as a list with signed download links. Click the X next to a file to remove it.Manage skills
Skills are reusable instructions for specific scenarios — a competitive-brief template, an incident report format, an onboarding checklist.- Create — click Add your first skill (or Add skill if any exist). Fill in a name, a short description, and the long-form instructions.
- Edit — click a skill in the list and update any field.
- Delete — open the skill and click Delete skill.