Submissions Guide Updates, Features Guide, AI Documentation Assistant & OpenAPI 1.9.0
This release updates Submissions documentation in the Developer Console to align with the automatic GitHub PR creation workflow and document automatic metadata population when a Pull Request (PR) is created in the private repository. Feature documentation is separated from the Widgets guide into a dedicated Features guide. The documentation site also introduces the AI Documentation Assistant, available from the Ask button in the navigation bar. This release also syncs the Candescent DI API reference to specification version 1.9.0 - including updates to the Customer Campaigns — Experience Groups subcategory.
You can view the OpenAPI specification in the public GitHub repository candescent-dev/openapi.
What's New
Submissions Guide Updates
- Submission dialog instructions — Updated the Submission Information dialog instructions to align with the existing automatic GitHub PR creation workflow.
- Automatic metadata population — Metadata is automatically populated upon GitHub PR creation (reducing manual data entry).
Features Guide
- Dedicated Features guide — Separated Feature documentation from the Widgets guide into its own dedicated guide.
AI Documentation Assistant
- Ask AI — Now available from the Ask button in the documentation navbar.
- Interactive search — Ask natural-language questions about Candescent APIs, integration guides, and SDKs with streaming answers, suggested follow-ups, and citations linking back to relevant documentation pages.
- Code generation — Produces ready-to-use code snippets and examples tailored to your question (for example, authentication flows, API calls, or SDK usage).
- Conversation management — Start new conversations, revisit recent and pinned chats, copy or regenerate responses, and share feedback to help improve future answers.
Experience Groups
- List Experience Groups —
GET /v3/groupsreference updated with paginated retrieval, participant counts, HATEOAS navigation links, and updated response schema with examples to match the actual OpenAPI contract. - Create Experience Group —
POST /v3/groupsreference updated with requiredgroupName,EXPERIENCE_GROUPtype andRETAIL_BANKINGplatform defaults and updated response schema with examples to match the actual OpenAPI contract.
Get Started
- Submissions — Aspect, Widget, and Feature submission workflow, GitHub PR linking, and automatic metadata population.
- Features — Dedicated Feature documentation, separated from the Widgets guide.
- Ask AI — Open the Ask button in the navigation bar to search documentation and generate code examples.
- Experience Groups — Review updated response schemas and examples.
- Candescent DI API — Updated reference (OpenAPI 1.9.0); use Try It on endpoint pages for live Stage requests.
The Candescent Developer Experience Team