Start a strategist run
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
ai-sdr:write scope (or a broader one that includes it).
Use this endpoint when you need the AI Strategist to come up with outreach ideas for a company and build an AI SDR sequence out of each one. Provide companyName, and optionally companyUrl to point the strategist at the company website. The run is asynchronous: the response returns a jobId you can poll on the background jobs endpoint, and the finished job carries sequenceIds — the ids of the sequences created from the generated ideas. Ideas that could not be turned into a sequence are left out of that list, and the job still completes as long as at least one sequence was created. The AI SDR feature must be enabled for your team.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Body
Response
Strategist run accepted; poll the returned job for progress and results
Background job id; poll GET /v3/background-jobs/{jobId}.