Platform Mode
Platform Mode uses Poliage's managed infrastructure, giving you a visual review queue, version history, and automatic CDN delivery.
Configuration
{
"storage": {
"type": "poliage"
}
}Features
Setup
1. Authenticate
poliage authThis opens a browser window for authentication and stores credentials in ~/.poliage/config.json.
2. Configure Storage
Set storage type to poliage in your config:
{
"storage": {
"type": "poliage"
}
}3. Publish
poliage publishReview Workflow
When you publish:
- New Visuals: Marked as
PENDING - Changed Visuals: Marked as
PENDING(requires review) - Unchanged Visuals: Automatically
APPROVED
Team members review changes in the dashboard before they go live.
Asset URLs
Platform mode provides permanent CDN URLs:
https://cdn.poliage.com/v1/assets/[project-id]/[visual-key]These URLs never change. When you approve a new version, the same URL serves the updated image.
Platform Mode requires a Poliage account. Visit poliage.com to sign up.