Trigger team generation
POST /api/v1/onboarding/generate-team
POST
/api/v1/onboarding/generate-team
Start generating the AI team for the authenticated tenant. Returns immediately with a team ID; poll /team-status for progress.
Authorizations
Responses
202
Successful Response
Response for POST /api/v1/onboarding/generate-team.
object
data
required
Payload returned when team generation is triggered.
Attributes: team_id: Unique identifier for the team being generated. estimated_time_seconds: Estimated time until team is ready.
object
estimated_time_seconds
Estimated seconds until team is ready
integer
team_id
Unique identifier for the generated team
string
meta
Standard metadata included in every API response.
Attributes: request_id: Unique identifier for request tracing. timestamp: UTC timestamp of the response.
object
request_id
Unique identifier for request tracing
string
timestamp
UTC timestamp of the response
string format: date-time