Create Team Proposal
Create a consensus-based proposal from the team's schedulable members. All schedulable members become proposal participants. Email-only members are excluded from consensus and will be invited after acceptance. Optionally provide `override_members` to use a custom participant roster.
Auth required: Yes
id (path, string) (required)Idempotency-Key (header, string) — Unique key for idempotent POST requests (1-256 chars: alphanumeric, `_`, `-`, `:`, `.`).
Same key + same body within 24h replays the cached response.
slots: array (required)message: stringexpires_in_hours: integeroverride_members: array — Custom participant user_ids (overrides team roster)201: Proposal created400: Validation error401: Authentication required or invalid403: Authenticated but insufficient permissions404: Resource not foundRequires authentication. Pass a Bearer token (Supabase JWT) or an API key (`Authorization: Bearer vennio_sk_live_*`) in the request headers.
Base URL: https://api.vennio.app