Integrations
Use Sweet in your existing workflow through shell scripts and CI jobs.
Shell scripts
Wrap Sweet in scripts for repeatable checks and maintenance tasks.
#!/usr/bin/env bash
set -euo pipefail
sweet start "scan docs for outdated pricing language and patch it"
CI pipeline step
npm install -g @sweet-cli/sweet
sweet start "review changed files and suggest test plan"
Release preparation
- Run repo review prompts before tagging.
- Generate release notes draft from merged work.
- Check docs consistency after product changes.
When to use API directly
If you need low-level integration with auth or relay endpoints, use the API Reference.