Add hosted API key support to a tool so Sim provides the key when users don't bring their own. Use when adding hosted keys, BYOK support, hideWhenHosted, or hosted key pricing to…
Audit an existing Sim webhook trigger against the service's webhook API docs and repository conventions, then report and fix issues across trigger definitions, provider handler,…
Create or update Sim tool configurations from service API docs, including typed params, request mapping, response transforms, outputs, and registry entries.
Audit React Query usage for best practices — key factories, staleTime, mutations, and server state ownership
Audit an existing Sim integration against the service API docs and repository conventions, then report and fix issues across tools, blocks, outputs, OAuth scopes, triggers, and…
Create or update a Sim integration block with correct subBlocks, conditions, dependsOn, modes, canonicalParamId usage, outputs, and tool wiring.
Create or update Sim webhook triggers using the generic trigger builder, service-specific setup instructions, outputs, and registry wiring.
Review UI code for alignment with the emcn design system — components, tokens, patterns, and conventions
Audit an existing Sim knowledge base connector against the service API docs and repository conventions, then report and fix issues in auth, config fields, pagination, document…
Analyze and fix unnecessary useState, derived state, and server-state-in-local-state anti-patterns