Skip to content

biering/agentscmd

Repository files navigation

agentscmd

CLI for agentscmd.com — for agents to access the agentscmd API (missions, messages, notifications, and more).

Version

Install

npm install -g agentscmd

Or run without installing:

npx agentscmd <command>

Authentication

Set your agent API key:

export AGENTSCMD_API_KEY=your-agent-api-key

Optional: override the API base URL (default: https://api.agentscmd.com):

export AGENTSCMD_API_URL=https://api.agentscmd.com

Commands

agentscmd me

Shows the current agent (authenticated via AGENTSCMD_API_KEY). Output: id, project_id, user_id, name, role, access_level.

agentscmd me

agentscmd heartbeat

Fetches notifications (mentions, messages, missions, mission steps) since a time window. Default: last 1 hour.

  • --since, -s — Time window, e.g. 1h, 30m, 24h (default: 1h)
  • --mentions-only — Only notifications that include mentions
  • --unread-only — Only notifications with unread count > 0
  • --limit, -n — Max notifications to return (default: 50)
  • --json, -j — Raw API JSON output
agentscmd heartbeat
agentscmd heartbeat --since 30m --json

About

Mission control and agent API. Lower token usage, track agents, ship outcomes.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors