twill-cloud-coding-agent
Installation
Summary
Manage Twill Cloud Coding Agent workflows through the public v1 API.
- Create, list, retrieve, and manage tasks with support for custom branches, agent selection, and file attachments
- Stream job logs in real time via Server-Sent Events and cancel running jobs at any point
- Full lifecycle control: send follow-up messages, approve plans, archive tasks, and manage task state
- Schedule recurring coding tasks with cron expressions, timezone support, and pause/resume capabilities
- List repositories and export Claude teleport sessions for workspace integration
SKILL.md
Twill Cloud Coding Agent
Use this skill to run Twill workflows through the public v1 API.
Setup
Set API key and optional base URL:
export TWILL_API_KEY="your_api_key"
export TWILL_BASE_URL="${TWILL_BASE_URL:-https://twill.ai}"
All API calls use:
Authorization: Bearer $TWILL_API_KEY
Use this helper to reduce repetition:
Related skills