together-webhooks-events
Installation
SKILL.md
Together AI Job Events
Overview
Together documents asynchronous retrieval and polling for batch, fine-tune, upload, and deployment state. This skill emits internal events from that source of truth instead of inventing a provider-signed webhook.
Prerequisites
- The job type, ID, project, terminal states, and retrieval method
- A durable cursor/state store and idempotency key policy
- Poll interval, deadline, retry budget, and event retention policy
- An owned callback endpoint only if downstream push delivery is required
Tool Discipline
Use Read, Glob, and Grep to inspect job persistence, pollers, queues, and callback handlers. Use WebFetch to confirm current job states and retrieval methods. Use Write or Edit only after the event contract and storage boundary are approved.