Skills and automation
The SDK covers ACP’s automation layer in addition to its runtime resources. That means you can publish skills, schedule work, react to external events, and coordinate multi-agent workflows from the same client.
Skills and automation
Publish skills and drive ACP with schedules, triggers, and orchestrations from the SDK.
Publish and manage skills
Skills let you package reusable capability for ACP agents. The SDK exposes skill CRUD so platform tooling and internal workflows can create or update skills programmatically.
Use client.skills when skill creation belongs in a backend workflow.
Store structured skill files and metadata through the SDK.
Pair skills with agents and orchestrations for reusable execution behavior.
Create a skill
Loading...
Schedules, triggers, and orchestrations
ACP automation is also SDK-managed. You can create recurring jobs, inbound event triggers, and multi-agent orchestrations without dropping down to raw HTTP.
Use schedules for recurring operational work.
Use triggers for webhook, GitHub, Slack, and email-driven execution.
Use orchestrations when one agent should coordinate multiple specialists.
Create automation surfaces
Loading...