Skip to content
Product Documentation

Developer Tools at Arc XP

Purpose

Get familiar with Arc XP’s developer tools

Audience

Developers with access to an Arc XP organization

Access to an Arc XP organization provides you with services and tools to perform web content-generating activities, such as creating custom content blocks and integrations or accessing content. This document contains an overview of Arc XP’s main developer tools.

Developer Center

The Developer Center is part of the Arc XP’s user interface and enables you to:

  • Create developer access tokens to authenticate and make requests to Arc XP’s APIs.
  • Specify access scope for each token: Environments and read and write operations.
  • Revoke unused and compromised tokens.

PageBuilder Deployer

The PageBuilder Deployer (PB Deployer) service enables you to deploy custom code to specific environments. Customer code examples are custom blocks or Arc XP configurations.

The following is the basic workflow to deploy changes:

  1. Commit changes to the Arc XP’s organization repository.
  2. Create a deployment bundle on your local machine.
  3. Upload the deployment bundle to the PB Deployer application in the Arc XP’s user interface.

Content and Resolver Debuggers

PageBuilder offers a Debugger user interface that enables you to test the following in your code:

  • Content sources: They define what stories and media show in specific blocks.
  • Resolvers: They map reusable templates to specific pages when users access a specific URL.

Arc XP Fusion Chrome Extension

The Arc XP Fusion extension for Google Chrome is compatible with all chromium-based browsers and enables you to:

  • Audit an Arc XP live website for content, performance issues, and improvements.
  • Edit and publish content without using the Arc XP user interface.
  • Obtain additional information like cache health, API calls, and response codes.
  • Review anomalies that the Arc XP extension detects.