List available sidekicks
List the sidekicks you can select on a submission.
Returns each sidekick’s id, name, description, and the asset types it
processes. Use the id values in the sidekickIds of
POST /submissions; the supportedAssetTypes tell you which file
types each one accepts — an asset whose type no selected sidekick supports
is rejected at submit time.
Sidekicks your workspace has deactivated are omitted. Ordered by name.
Authentication: Requires X-API-Key header with valid API key.
Authorizations
Workspace-scoped API key. Format: sk_live_{64 hex chars}
Response
Successful Response
Pass this in the submission's sidekickIds.
Human-readable sidekick name.
Short one-line summary.
Full description of what the sidekick checks.
Lucide icon name, e.g. 'FileText'.
Free-form classification tags.
Asset types this sidekick can process: 'video', 'document', 'script', 'image'. Submitting an asset whose type is not in this list for every selected sidekick is rejected at submit time.