Integrations SDK
Use prebuilt packages for the Mural API to create integrations with Mural.
Heads up:
The Integrations SDK is no longer actively maintained. It remains available for use for those who were previously given access. However, it will not receive bug fixes or enhancements.
The Mural API delivers the power and capabilities of Mural’s platform so developers can select which capabilities accommodate their needs. The Mural Integrations SDK offers prebuilt packages for the Mural API to aid developers in creating integrations with Mural.
What is an SDK?
An SDK (Software Development Kit) is a toolbox for developers, including components or pieces of code, to create applications or integrations to a platform. SDKs help developers build integrations with their service more easily, as the components are created with a specific purpose. Developers can use Mural's SDKs independently or together.
What does Mural's SDK provide?
Mural’s ready-made SDK components were built by Mural developers. The Integrations SDK enables developers to create integrations that embed, select, and contribute to murals from other applications and platforms.
The Integrations SDK currently contains:
- Canvas embed component: Enables developers to embed or integrate Mural into other services, facilitating seamless collaboration within a mural directly from another platform. (An example is Mural’s Butter integration.)
- Account chooser component: Helps to manage the integration’s Mural identity. This component can prompt the end-user to connect, create, or change its current Mural identification.
- Mural picker component: Handles the search and selection process for choosing a mural. This is a dynamic component, handling most of the search and filtering behaviors exposed by the Mural API.
The above components may be used independently or together, as needed.
Updated about 10 hours ago