@openape/ape-preview
v1.0.0
Published
CLI for preview.openape.ai — file previews with hash for agent-to-human review
Maintainers
Readme
@openape/ape-preview
CLI for preview.openape.ai — cross-device plan management for humans and AI agents.
Install
npm i -g @openape/ape-previewQuickstart
ape-preview login [email protected] # paste the token shown at {endpoint}/cli-login
ape-preview teams --json
ape-preview new --team 01HXX... --title "My plan"
ape-preview show 01HXX...Commands
ape-preview login [email] Paste-based login via browser.
ape-preview logout Forget the token for current endpoint.
ape-preview whoami Show current identity (--json).
ape-preview teams List teams you belong to.
ape-preview teams show <id> Show team with members + plans.
ape-preview teams new <name> Create a team.
ape-preview teams invite <team-id> Generate a shareable invite URL.
ape-preview teams invites <team-id> List active invites.
ape-preview teams revoke-invite <id> Revoke an invite.
ape-preview accept <url-or-token> Accept an invite.
ape-preview list [--team <id>] List plans you can see.
ape-preview show <id> Print plan body (or --json).
ape-preview new --team <id> --title "…" Create a plan.
ape-preview edit <id> Edit body in $EDITOR.
ape-preview status <id> <status> Change status.
ape-preview rm <id> Soft-delete.
ape-preview docs [topic] Print embedded docs (agent, auth, cli, …).Every command supports --json, --quiet, and --endpoint <url>. See
ape-preview <command> --help for examples.
For AI agents
ape-preview docs agent prints a full agent-focused reference, including JSON
schemas, error codes, and multi-agent collaboration patterns via invites.
