Custom Pages
The Custom Pages APIs allow you to manage the client code for Custom Pages using a client code distribution. The client code distribution contains:
- The client code that defines how Custom Pages display in the Vault UI
- Metadata that describes the distribution. This metadata must be placed in a manifest file (
distribution-manifest.json) in the distribution's root directory.
Client code distributions are uploaded to and downloaded from Vault as a ZIP file. Learn more about creating a client code distribution for Custom Pages.
When creating Custom Pages, you can also use Vault API to:
- Create a
Pagecomponent using MDL. Learn more in the Custom Pages documentation. - Upload and deploy Vault Java SDK server code to Vault. However, we do not recommend using Vault API to deploy server code. Learn more about the recommended way to deploy Custom Pages server code to Vault.