Skip to main content

Manifest id

Unique identifier for your project, assigned by the Root Developer Portal. Required.

Where to get it

When you create a project in the Developer Portal, Root generates a unique ID for it. Copy this ID into your manifest. If you used the create-root CLI to scaffold your project, the manifest contains a placeholder that you must replace with your real ID.

The ID format is validated when you run root manifest verify and again when you push.

Example

root-manifest.json
{
"id": "ACj4U-eThgmjXUOBAjk_jw",
"version": "1.0.0",
"package": { ... }
}