- Extensibility API for C# Developers
The C# extensibility API allows your custom Studio Pro extensions developed in C# to interact with some internal services of Studio Pro.
For information on new releases of the Extensibility API see:
Extensions are self-contained modules which users can add to Studio Pro. This means that with extensibility you can add new features and functionality to Studio Pro. The Extensibility API is an API that allows developers to interact with a curated list of internal systems of Studio Pro. This documentation provides guides and reference documentation for the Extensibility API.
The API is provided in two flavors, depending which language you are developing in. C# and web based (via Typescript):
The C# extensibility API allows your custom Studio Pro extensions developed in C# to interact with some internal services of Studio Pro.
The web extensibility API allows your custom Studio Pro extensions developed using JavaScript to interact with some internal services of Studio Pro.