Dev GuideAPI Reference
Dev GuideUser GuidesGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

OCP developer platform overview

The Optimizely Connect Platform (OCP) developer platform is a serverless compute platform, development environment, and app marketplace where you can build and publish your own apps to connect third-party data with Optimizely products without configuring or maintaining infrastructure.

The Optimizely Connect Platform (OCP) developer platform lets you build custom apps that sync third-party data to OCP. This data can then sync to other Optimizely products to enable more personalized experiences.

The developer platform includes the following components:

  • Serverless compute platform – Provides Optimizely-managed server space and infrastructure to build your apps.
  • Development environment – Offers a command-line interface (CLI) that lets you manage your apps (including scaffolding, key-value storage, and more) and SDKs for interacting with OCP APIs.
  • App marketplace – Lets you submit your apps for review to be listed by OCP as one of the following:
    • Publicly – Available to all Optimizely customers.
    • Privately – Available to only selected OCP accounts.

App types

OCP supports four app types. All developed apps, regardless of type, display in the OCP App Directory. For guidance on choosing an app type, see Plan your app.

Data sync source

A data sync source provides data from an external system to OCP through the Sync Manager. End-users select it as a custom source in any data sync, letting them route external data into Optimizely products such as Optimizely CMS.

See Custom data sync sources for implementation details.

Data sync destination

A data sync destination receives data from OCP and sends it to an external system through the Sync Manager. End-users select it as a custom destination in any data sync, letting them export Optimizely data, such as CMS content from Graph or assets from Optimizely CMP, to an external platform.

See Custom data sync destinations for implementation details.

Opal tool

An Opal tool extends the Opal AI assistant with custom tool capabilities. Use this type when you want the Opal assistant to retrieve data or perform actions in external systems on behalf of the user.

See Add a custom tool to Optimizely Opal for Opal tool hosting documentation, and the Opal tool reference app end-to-end guide for a complete developer walkthrough.

Generic

A generic app is the standard OCP app type with functions, jobs, a settings form, and lifecycle hooks. Use this type for integrations that do not fit a specialized type, including end-to-end apps that handle the full sync logic between two fixed systems with their own authorization and schema management.

See Plan your app for app type selection guidance and App structure for the project layout.