Skip to main content
POST
Complete onboarding and schedule launch strategies
CLI:

Overview

Complete onboarding and create launch strategies This page documents post /api/onboarding/complete-with-plan. Use the request and response sections on this page for accepted parameters, payload fields, response fields, and authentication behavior.

AI agent notes

  • Confirm the operation matches the user’s intent before calling it.
  • For write operations, confirm the user intends to change state.
  • Surface validation, permission, and not-found errors instead of retrying unchanged.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The body is of type object.

Response

Onboarding completed and Strategy planning scheduled.

onboardingCompleted
boolean
required
destination
string
required
plan
object
required
strategies
object[]
required
strategyCount
number
required
strategyPlanningStatus
enum<string>
required
Available options:
not_requested,
pending_research,
queued,
running,
completed,
failed
strategyPlanningPending
boolean
required
strategyRunsQueued
integer
Required range: 0 <= x <= 9007199254740991
strategyRunQueueFailures
integer
Required range: 0 <= x <= 9007199254740991
strategyQueuePartial
boolean
warmedInboxesAllocated
number
warmedInboxAllocationPending
boolean