# Post Create Experience **POST /experiences** ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Http bearer ## Parameters ### Body: application/json (object) - **context** (object | null) User context shared across all capabilities. Contains cart contents, purchase history, and other signals used for personalization. - **capabilities** (array[object]) At least one capability is required ## Responses ### 200 Successful Response #### Body: application/json (object) - **experienceId** (string) - **accessToken** (string) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)