Skip to main content
The Aptly SDK is loaded via a single script tag and populates window.aptly. See Building Embedded Apps for the getting started guide.

API reference


Config scoping

aptly.config always contains the fully merged configuration for the current context — app devs just read aptly.config.YOUR_KEY without knowing which scope a value came from. Admins set a contextScope on each app that controls how config values are stored: Merge priority: user > board > company. If the same key is set at multiple levels, the narrowest scope wins.
Configuring board-scoped apps: Users configure board-scoped apps directly in the board view settings panel, where the board context is known. Company and user-scoped apps are configured in the app store.

URL params (Option C dev testing)

Append any of these to your app’s URL to simulate Aptly context with no code changes: Example:
When running inside Aptly, URL params are ignored — the real postMessage context takes priority.