Create a group policy intent
Creates a group_policy_intent from a group_quote_intent that has a quote available. The intent coordinates the policy setup workflow including requirements collection and policy creation.
Authentication
Headers
The target platform id. Required only when calling with a dashboard (WorkOS AuthKit) access token instead of a platform API key — the token carries no platform claim, so the caller must say which platform it means. Ignored for platform API key / embed session token callers.
Request
Response
Unique identifier for the group. Null only on a multi-level intent, whose groups are on its levels.
Unique identifier for the plan. Null only on a multi-level intent, whose plans are on its levels.
The benefits the accepted quote covers and the levels they were quoted at, echoed from the quote intent. Always present: a single intent echoes its group, plan and cost sharing as one item of one level, so a consumer reads one shape for both.
The group policies created for this intent, one per level, once they exist. Always present and empty until the intent reaches policy_created.
Whether the accepted quote covers one (group, plan) pair or several levels. Absent or null means single, so readers of intents created before multi-level quoting need no migration. Always the type of the quote intent this policy intent accepts.
Cost sharing configuration for the policy intent. Null on a multi-level intent, whose cost sharing is fixed per level at quote time.

