Skip to content

feat: add journeyToolkit extension to epilot SDK#372

Merged
jpinho merged 5 commits intomainfrom
feat/journey-toolkit
Mar 31, 2026
Merged

feat: add journeyToolkit extension to epilot SDK#372
jpinho merged 5 commits intomainfrom
feat/journey-toolkit

Conversation

@jpinho
Copy link
Copy Markdown
Member

@jpinho jpinho commented Mar 30, 2026

Adds an extensions mechanism to the SDK proxy that supports non-OpenAPI entries alongside the existing API clients. Extensions are plain objects mounted directly on the SDK instance.

Registers epilot.journeyToolkit when @epilot/epilot-journey-sdk is installed, exposing factory functions, block utilities, and export capabilities for programmatic journey creation and editing.

Usage:
epilot.journeyToolkit.createJourney({ ... })
epilot.journeyToolkit.createStep({ ... })
epilot.journeyToolkit.exportJourneyCode(journey)
epilot.journeyToolkit.BLOCK_CATALOG

jpinho added 5 commits March 30, 2026 11:57
Adds an extensions mechanism to the SDK proxy that supports non-OpenAPI
entries alongside the existing API clients. Extensions are plain objects
mounted directly on the SDK instance.

Registers `epilot.journeyToolkit` when @epilot/epilot-journey-sdk is
installed, exposing factory functions, block utilities, and export
capabilities for programmatic journey creation and editing.

Usage:
  epilot.journeyToolkit.createJourney({ ... })
  epilot.journeyToolkit.createStep({ ... })
  epilot.journeyToolkit.exportJourneyCode(journey)
  epilot.journeyToolkit.BLOCK_CATALOG
@jpinho jpinho merged commit 9b43cec into main Mar 31, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant