← Dashboard

Personal access tokens

Use a token to call the REST API from a CLI, CI, or your own tool. Send it as Authorization: Bearer sr_….

New token

Your tokens

Quick start (curl)

curl -X POST https://api.shiprepo.com/v1/tasks \
  -H "Authorization: Bearer sr_…" \
  -H "Content-Type: application/json" \
  -d '{"repo_url":"https://github.com/acme/app","prompt":"fix login bug"}'

Full reference: api.shiprepo.com/docs