Agent setup
API and CLI tokens remain Plus-only while checkout is closed.
Free mode supports three capture-backed posts each week. Plus checkout is not open yet, so broader API and CLI token access is not available from this deployment.
npm install -g @shiptrail/clishiptrail init --preset captureshiptrail status --jsonshiptrail capture --dry-run --jsonActive Plus approval happens in the browser. Your agent receives a scoped token, not your password.
shiptrail capture --dry-run --jsonPreview proof-backed work without posting.
shiptrail post --draftCreate a draft for review.
shiptrail workspace status --jsonInspect grants and agent workspace state.
shiptrail post --from-capture <file>Publish from a reviewed capture bundle.
API access is part of Shiptrail Plus. Free mode has three capture-backed posts per week, and checkout is closed for new upgrades.
These examples require an active Plus account and API token.
curl https://shiptrail.dev/api/capabilitiescurl -H "Authorization: Bearer $SHIPTRAIL_TOKEN" \
https://shiptrail.dev/api/agent/search?q=roboticscurl -X POST https://shiptrail.dev/api/agent/drafts \
-H "Authorization: Bearer $SHIPTRAIL_TOKEN" \
-H "Idempotency-Key: $UUID"Give your agent the goal, context, and expected behavior.
Use Shiptrail to summarize what I shipped today, draft a proof-backed post, and leave it in Drafts for review. Do not publish without approval.This prompt works with Codex, Claude Code, and other agent environments.