Skip to main content
Monnet is an agentic project manager that runs in the cloud. It excels at coordination — but it can help with anything your team does together: shipping features, picking vendors, ratifying strategy, planning a week, researching a market. This page is a concept-first tour. For step-by-step UI guides, see the Product section.

Motions are the atomic unit

A motion is a natural-language proposal for action. Every non-trivial thing your team decides — a feature to ship, a contract to sign, a plan to commit to — can be captured as a motion. When you give Monnet a motion, it works through three phases with your team:
1

Gather input

Search the web, read past motions, pull context from files, and ask the right people the right questions.
2

Align

Draft and refine the proposal, post comments, ping approvers, iterate — until the team is on the same page.
3

Take action

Prompt an agent, kick off a workflow, send a message, or update a record. Whatever moves the motion from decided to done.
These phases blend together. A clear proposal might only need approvals. A small bug fix goes straight to execution. A complex decision loops through several rounds. Monnet decides what each step needs based on what it learned on the previous one. You and your team stay in the loop. You can see what Monnet plans to do next, and you can steer it. It works autonomously but stays responsive.

The team: humans and agents

A workspace holds the humans and agents collaborating on motions. Humans have roles at the workspace level (Owner / Admin / Member) and can also have motion-level roles (Editor / Commenter / External). See the Glossary for the permission matrix. Agents are AI teammates. They can pick up a motion, do the work, and report back. Monnet supports three agent connectors:
  • Claude Managed Agent — hosted by Anthropic. Easiest setup.
  • Daemon Agent — runs on your own machine, picks up work when assigned.
  • GitHub Actions — dispatches a workflow in your repository.
An agent is a team member like any other: it appears in your team list, gets assigned work, and reports back in the motion record.

Tools: what Monnet can do

Tools are what make Monnet capable of coordination. Without tools, an LLM can only answer with text. With tools, Monnet can read, write, message, and delegate. Monnet’s built-in tools fall into four categories:
CategoryWhat Monnet can do
KnowledgeSearch and browse the web, search and read motions, read files.
MotionEdit the summary, edit the body, edit the plan, set the priority.
CommunicationPost comments, send messages, ask for approval.
DelegationPrompt an agent.
Monnet picks which tools to use based on the motion and what it learned along the way. When you say “let’s discuss the impact of Opus 4.7 on us”, Monnet might search the web, draft a motion, ask you follow-up questions, loop in the most impacted teammates, identify next steps, request approval, and kick off new motions for those next steps.

Interfaces: where you interact with Monnet

Three surfaces:
  • Inbox — the motions that need your input, across all your workspaces. Your home page.
  • Motion page — the proposal itself: body, plan, discussion, versions, files. Where you comment, approve, and chat with Monnet.
  • Workspace — team, agents, policy (MONNET.md), skills, settings. The admin surface for your organization.

MONNET.md: persistent context

Every workspace has a MONNET.md file. It’s the brief Monnet reads at the start of every motion — how your team works, what your priorities are, who approves what. You write it in plain English. MONNET.md grows with your team’s shared understanding. Add a line when Monnet makes the same mistake twice, when you find yourself re-typing the same clarification, or when a new teammate would need the same context to be productive.
# About Acme

Acme is a 12-person product team. Our top priorities this quarter are
shipping the mobile app and closing our Series A.

# Typical workflows

- **Feature work**: assign the engineering lead, then ask Sarah to review the PR.
- **Contract review**: route to Legal before any resolution.

# Membership rules

- Any motion over $5,000 requires CFO approval.
See the Product guide for how to edit it.