campaign-creation

Campaign Agent Context

Return server-side setup context for the Next.js AI SDK campaign agent.

workspace_company_domain is a fast DB read and must always make it back to the caller. The RAG/embedding-backed foundation_context lookup is best-effort: if it's slow, it must not take the already-saved domain down with it (that made the agent re-ask for a domain the user had already provided).

post/v1/campaign-creation/{interview_id}/agent-context

Path parameters

interview_idstring uuid required

Request body

messagestring required

Response

Successful Response

workspace_company_domainstring nullable
foundation_contextstring
default_languagestring nullable
participant_language_selection_enabledboolean
participant_selectable_languagesstring[]
participant_content_languagestring

Changes

No recorded changes to this endpoint across all 1 revision of this API.