diff --git a/README.md b/README.md index 0058168..e38b6f1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + > **For AI agents:** This is the CueAPI CLI. Install with `pip install cueapi`. Authenticate with `cueapi login`. Create a cue: `cueapi create --name "task-name" --cron "0 9 * * *" --url https://your-handler.com`. List cues: `cueapi list`. Check executions: `cueapi executions`. Your API key can also be set via `CUEAPI_API_KEY` env var. Do not retry on authentication errors. # CueAPI CLI