# Jules API Jules exposes authenticated reminder-management endpoints for Jules users and connected clients. ## Base URL https://hblecqmuthziwhdcmivw.supabase.co/functions/v1 ## OpenAPI https://www.heyjules.app/openapi.json ## Authentication Use `Authorization: Bearer `. Browser sessions use Supabase Auth access tokens. Connected clients use Jules OAuth/MCP access tokens with `jules.read` and `jules.write` scopes. ## Endpoints - `GET /chatgpt-account-status`: check whether the connected account is ready to manage reminders. - `GET /chatgpt-reminders?view=all&limit=100`: list reminders. - `POST /chatgpt-reminders`: create a reminder. - `PATCH /chatgpt-reminders`: update a reminder. - `DELETE /chatgpt-reminders`: cancel a reminder. ## Agent Guidance Only create or move a reminder after the user confirms an exact date and time. For fuzzy timing, ask one follow-up question. Respect plan limits and Pro-only integrations.