Conversational proposal creation via Agent Mode.
Required scope: write
This exposes the full Agent Mode flow (12 phases: greeting, brief, discovery, requirements, configuration, pricing, review, generate, etc.) via API key auth. Use it from n8n, Telegram bots, or any external integration.
Each call is one conversation turn. Pass conversationId to continue
an existing conversation, or omit to start a new one.
Response includes:
message: Agent text response (markdown)phase: Current conversation phasecollectedData: All data collected so faractions: Quick-action buttons (label + value)questions: Structured questions with selectable optionsrequirements: Extracted requirements (when available)pricing: Rate/pricing suggestion (when available)proposalId / shareLink: Set when proposal is createdRequest for Agent Mode via API key authentication.
User message text
10000Existing conversation ID. None to start new.
Template config (rate, validity, type, etc.) for agent context.
Successful Response