# 00Widget Widgets for all your agents. A reusable iOS companion app and Cloudflare Worker backend that lets your web apps, automations, and agents publish structured state to iOS widgets, Live Activities, and the Dynamic Island. ## Integration contract for AI agents The complete API contract is at https://api.00widget.com/llms.md — that one document is everything an integrating agent needs. ## Endpoints worth knowing - GET /health health check - POST /v1/cards/upsert publish a dashboard card - GET /v1/cards list cards - POST /v1/live-activities/start queue/start a Live Activity - POST /v1/live-activities/update update one - POST /v1/live-activities/end end one All /v1/* endpoints require Authorization: Bearer . Tokens are issued from the operator's /admin dashboard, not from this file.