Developers

Stop coming back to a stalled coding agent.

Route status updates, steering, and sanctions from local coding agents to Agent Tick. Start with the setup skill, prove the loop in the CLI/web app, then add the phone app.

Paste into your coding agent:
https://agenttick.sh/skill.md

Manual CLI path:
$ npx @self-deprecated/agent-tick install
$ agent-tick status-update "Running setup checks"
$ agent-tick steering --title "Setup works?" --choice yes="Yes" --choice no:deny="No"

Prompt-based setup

The setup skill inspects configs, dry-runs, explains changes, asks for confirmation, installs, and verifies.

Agent-workflow native

Built for status updates, steering choices, and sanction requests when an agent needs a bounded human response.

Least permission

Approved actions run locally in your agent environment. Agent Tick routes the decision; it is not a remote shell.

Dogfood

We approve our own releases with Agent Tick.

The npm publish workflow requests an Agent Tick Sanction before release. The request includes version/tag, repository, target, changelog, and commit SHA — never secrets.

View workflow

Docs

Technical docs should live with the source.

The public docs will be generated from the main Agent Tick repository so CLI, SDK, server, admin, and mobile changes can update docs in the same pull.

Open docs