Utility commands
auth, navigation, context, login, logout, setup-agent, and other operational helpers
For AI workflows, primary guidance is to start your coding agent and ask it to use your installed MONOid CLI. The setup-agent command below is optional.
whoami
monoid whoami
Verify auth and show current user and token scopes
Example
monoid whoamilogin
monoid login
Store API token (prompt or pass token as argument)
Arguments
| Name | Required | Description |
|---|---|---|
token | No | — |
Example
monoid loginlogout
monoid logout
Remove stored API token
Example
monoid logoutsetup-agent
monoid setup-agent
Print instructions for configuring MONOid CLI for AI agents
Example
monoid setup-agentstatus
monoid status
Situational summary: org count, containers, active projects, tasks by bucket, today's routines, upcoming reviews
Example
monoid statuscalendar
monoid calendar
Items for period: week | day. Use --date YYYY-MM-DD to set anchor date (default: today)
Arguments
| Name | Required | Description |
|---|---|---|
period | Yes | — |
Options
| Flag | Description |
|---|---|
--date <YYYY-MM-DD> | Anchor date (default: today) |
--routines | Include routine blocks |
--tasks | Include tasks |
--reviews | Include reviews |
Example
monoid calendarauth
monoid auth
Auth helpers
Example
monoid authauth check
monoid auth check
Validate token and show auth context
Example
monoid auth checkcontext
monoid context
Workspace context for humans and agents
Example
monoid contextinbox
monoid inbox
Task inbox: this_week | this_month
Arguments
| Name | Required | Description |
|---|---|---|
tab | No | — |
Options
| Flag | Description |
|---|---|
--date <YYYY-MM-DD> | Anchor date for this week calculations |
Example
monoid inboxweek
monoid week
Week view with routine blocks and nested tasks
Arguments
| Name | Required | Description |
|---|---|---|
date | No | — |
Example
monoid weekday
monoid day
Day view with routine blocks and nested tasks
Arguments
| Name | Required | Description |
|---|---|---|
date | No | — |
Example
monoid daynav
monoid nav
Navigate MONOid surfaces by path
Arguments
| Name | Required | Description |
|---|---|---|
path | No | — |
Options
| Flag | Description |
|---|---|
--date <YYYY-MM-DD> | Anchor date for /week or /day |
Example
monoid navroutine-creator
monoid routine-creator
Navigate and update routine templates and weekly routines
Example
monoid routine-creatorroutine-creator show
monoid routine-creator show [date]
Show routine creator state
Arguments
| Name | Required | Description |
|---|---|---|
date | No | — |
Example
monoid routine-creator show [date]routine-creator templates
monoid routine-creator templates
Routine template CRUD
Example
monoid routine-creator templatesroutine-creator templates list
monoid routine-creator templates list
—
Example
monoid routine-creator templates listroutine-creator templates get
monoid routine-creator templates get <id>
—
Arguments
| Name | Required | Description |
|---|---|---|
id | Yes | — |
Example
monoid routine-creator templates get <id>routine-creator templates create
monoid routine-creator templates create [options]
—
Options
| Flag | Description |
|---|---|
--name <name> | Template name |
--category-id <id> | Optional category id |
--default | Mark as default |
Example
monoid routine-creator templates create [options]routine-creator templates update
monoid routine-creator templates update [options] <id>
—
Arguments
| Name | Required | Description |
|---|---|---|
id | Yes | — |
Options
| Flag | Description |
|---|---|
--name <name> | Template name |
--category-id <id> | Category id |
--default <bool> | true |
Example
monoid routine-creator templates update [options] <id>routine-creator templates delete
monoid routine-creator templates delete <id>
—
Arguments
| Name | Required | Description |
|---|---|---|
id | Yes | — |
Example
monoid routine-creator templates delete <id>settings
monoid settings
Inspect and update settings
Example
monoid settingssettings show
monoid settings show [options]
—
Options
| Flag | Description |
|---|---|
--organisation-id <id> | Optional organisation scope |
Example
monoid settings show [options]settings update
monoid settings update [options]
—
Options
| Flag | Description |
|---|---|
--first-day-of-week <n> | 0=Sunday..6=Saturday |
--wake-time <HH:MM> | Wake time |
--wake-end-time <HH:MM> | Wake end time |
--sleep-time <HH:MM> | Sleep time |
--sleep-end-time <HH:MM> | Sleep end time |
Example
monoid settings update [options]integrations
monoid integrations
Inspect and update integrations
Example
monoid integrationsintegrations list
monoid integrations list [options]
—
Options
| Flag | Description |
|---|---|
--organisation-id <id> | Optional organisation scope |
Example
monoid integrations list [options]integrations update-linear-mappings
monoid integrations update-linear-mappings [options]
—
Options
| Flag | Description |
|---|---|
--body <json> | JSON object of Linear user mappings |
--organisation-id <id> | Optional organisation scope |
Example
monoid integrations update-linear-mappings [options]integrations delete
monoid integrations delete [options] <provider>
—
Arguments
| Name | Required | Description |
|---|---|---|
provider | Yes | — |
Options
| Flag | Description |
|---|---|
--organisation-id <id> | Optional organisation scope |
Example
monoid integrations delete [options] <provider>templates
monoid templates
Inspect templates
Example
monoid templatestemplates list
monoid templates list [options]
—
Options
| Flag | Description |
|---|---|
--entity-type <type> | project |
--review-type <type> | daily |
Example
monoid templates list [options]templates get
monoid templates get <id>
—
Arguments
| Name | Required | Description |
|---|---|---|
id | Yes | — |
Example
monoid templates get <id>admin
monoid admin
Admin and internal surfaces
Example
monoid adminadmin users
monoid admin users
Admin user operations
Example
monoid admin usersadmin users list
monoid admin users list [options]
—
Options
| Flag | Description |
|---|---|
--email <email> | Filter by email |
--id <id> | Filter by clerk user id |
Example
monoid admin users list [options]admin users delete
monoid admin users delete <id>
—
Arguments
| Name | Required | Description |
|---|---|---|
id | Yes | — |
Example
monoid admin users delete <id>admin routine-blocks
monoid admin routine-blocks
List all routine blocks
Example
monoid admin routine-blocksSee also
- Authentication for token setup basics
- Output formats for agent-safe JSON usage
All rights reserved.