Unofficial API documentation for Adobe CEP 8.0 (Common Extensibility Platform). Created because sometimes you just want to quickly look up a method without scrolling through the source code or readme files. Also, the files are already set up for use with JSDoc, so it wasn't much work.

This site includes the following JavaScript APIs:

  • CSInterface - the main entry point for CEP extensions; handles opening/closing extensions, grabbing info about the host application, and events
  • CEPEngine - interacts with the CEF ( Chromium Embedded Framework) extension within Adobe programs; handles manipulating files and folders, external processes, and Base64/UTF-8 encoding
  • AgoraLib - handles Adobe Exchange services and plugins; requires Vulcan
  • Vulcan - launches CC applications and grabs info about them; use this if your extension needs to communicate with other Adobe applications.

Other useful sources: