Open App

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 whoami

login

monoid login

Store API token (prompt or pass token as argument)

Arguments

NameRequiredDescription
tokenNo

Example

monoid login

logout

monoid logout

Remove stored API token

Example

monoid logout

setup-agent

monoid setup-agent

Print instructions for configuring MONOid CLI for AI agents

Example

monoid setup-agent

status

monoid status

Situational summary: org count, containers, active projects, tasks by bucket, today's routines, upcoming reviews

Example

monoid status

calendar

monoid calendar

Items for period: week | day. Use --date YYYY-MM-DD to set anchor date (default: today)

Arguments

NameRequiredDescription
periodYes

Options

FlagDescription
--date <YYYY-MM-DD>Anchor date (default: today)
--routinesInclude routine blocks
--tasksInclude tasks
--reviewsInclude reviews

Example

monoid calendar

auth

monoid auth

Auth helpers

Example

monoid auth

auth check

monoid auth check

Validate token and show auth context

Example

monoid auth check

context

monoid context

Workspace context for humans and agents

Example

monoid context

inbox

monoid inbox

Task inbox: this_week | this_month

Arguments

NameRequiredDescription
tabNo

Options

FlagDescription
--date <YYYY-MM-DD>Anchor date for this week calculations

Example

monoid inbox

week

monoid week

Week view with routine blocks and nested tasks

Arguments

NameRequiredDescription
dateNo

Example

monoid week

day

monoid day

Day view with routine blocks and nested tasks

Arguments

NameRequiredDescription
dateNo

Example

monoid day

monoid nav

Navigate MONOid surfaces by path

Arguments

NameRequiredDescription
pathNo

Options

FlagDescription
--date <YYYY-MM-DD>Anchor date for /week or /day

Example

monoid nav

routine-creator

monoid routine-creator

Navigate and update routine templates and weekly routines

Example

monoid routine-creator

routine-creator show

monoid routine-creator show [date]

Show routine creator state

Arguments

NameRequiredDescription
dateNo

Example

monoid routine-creator show [date]

routine-creator templates

monoid routine-creator templates

Routine template CRUD

Example

monoid routine-creator templates

routine-creator templates list

monoid routine-creator templates list

Example

monoid routine-creator templates list

routine-creator templates get

monoid routine-creator templates get <id>

Arguments

NameRequiredDescription
idYes

Example

monoid routine-creator templates get <id>

routine-creator templates create

monoid routine-creator templates create [options]

Options

FlagDescription
--name <name>Template name
--category-id <id>Optional category id
--defaultMark as default

Example

monoid routine-creator templates create [options]

routine-creator templates update

monoid routine-creator templates update [options] <id>

Arguments

NameRequiredDescription
idYes

Options

FlagDescription
--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

NameRequiredDescription
idYes

Example

monoid routine-creator templates delete <id>

settings

monoid settings

Inspect and update settings

Example

monoid settings

settings show

monoid settings show [options]

Options

FlagDescription
--organisation-id <id>Optional organisation scope

Example

monoid settings show [options]

settings update

monoid settings update [options]

Options

FlagDescription
--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 integrations

integrations list

monoid integrations list [options]

Options

FlagDescription
--organisation-id <id>Optional organisation scope

Example

monoid integrations list [options]

integrations update-linear-mappings

monoid integrations update-linear-mappings [options]

Options

FlagDescription
--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

NameRequiredDescription
providerYes

Options

FlagDescription
--organisation-id <id>Optional organisation scope

Example

monoid integrations delete [options] <provider>

templates

monoid templates

Inspect templates

Example

monoid templates

templates list

monoid templates list [options]

Options

FlagDescription
--entity-type <type>project
--review-type <type>daily

Example

monoid templates list [options]

templates get

monoid templates get <id>

Arguments

NameRequiredDescription
idYes

Example

monoid templates get <id>

admin

monoid admin

Admin and internal surfaces

Example

monoid admin

admin users

monoid admin users

Admin user operations

Example

monoid admin users

admin users list

monoid admin users list [options]

Options

FlagDescription
--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

NameRequiredDescription
idYes

Example

monoid admin users delete <id>

admin routine-blocks

monoid admin routine-blocks

List all routine blocks

Example

monoid admin routine-blocks

See also