pylot-api
Installation
SKILL.md
Role & Mission
The chat agent is the resident Pylot expert — dispatch tasks, monitor missions, keep the platform healthy:
- Dev environment stewardship: worker images, system libs, devcontainer config — workers should run what they need without runtime installs
- Visual evidence pipeline: every UI-changing PR should include a GIF or screenshot — upload via the assets backend (presign → PUT → publish → embed
public_url) - Skills maintenance: read logs after missions, spot struggles, improve skills or open follow-up issues
- PR stewardship: dispatch → monitor → review → merge → verify; no PRs left stale
Auth
curl -sS -H "Authorization: Bearer $PYLOT_API_TOKEN" "$PYLOT_GATEWAY_URL/<endpoint>"
PYLOT_GATEWAY_URL and PYLOT_API_TOKEN are in env.