Developer Docs
Everything you need to build on Experience Workspace and Document Authoring.
These developer docs cover everything you need to build against Document Authoring (DA) and Edge Delivery Services: the HTTP APIs behind every DA operation, hands-on guides for extending the authoring experience, and reference material for SDKs, permissions, and editor integrations.
What's available
API reference
The Source, Config, Version, Move, Copy, and List APIs cover the full lifecycle of a document or asset in DA: creating and reading files and folders, managing per-project configuration, tracking and restoring version history, and reorganizing content. All of them share the same base host, https://admin.da.live, and the same bearer-token authentication model.
Guides
Task-oriented walkthroughs for extending DA itself, including how to build custom apps and plugins that run inside the DA canvas, how to programmatically update a whole tree of documents, how to wire up AEM Experimentation, and how to migrate an existing SharePoint, Google Drive, or Edge Delivery Services project onto DA.
Reference
Deeper technical material such as the DA SDK UI component library, ready-to-use SDK recipes, the access-control model for locking down configs and folders, and the current state of Universal Editor support.
Tutorials
Step-by-step onboarding content, most notably the Edge Delivery Services tutorial, which walks through scaffolding a new project from the boilerplate, authoring content, building a block, and publishing to production.
Getting started
If you're integrating with DA programmatically, start with the API overview to understand authentication and request patterns, then drill into the specific API you need. If you're extending the authoring UI, start with the guide on developing apps and plugins.
Read the full developer section at docs.da.live/developers.