Dashboard

title: Dashboard description: Manage projects, assets, pipelines, and team members in the PichaFlow Dashboard.

The PichaFlow Dashboard is your central command center for managing Projects, assets, API keys, and edge-native image processing pipelines.

Projects & Teams

PichaFlow organizes resources into Projects. A Project is an isolated container with its own database, storage bucket, and unique namespace.

Managing Projects

You can switch between projects using the Project Switcher in the top navigation. Each project has its own billing plan and usage quota.

Team Collaboration

Invite teammates to your project via the Team tab.

  • Owner: Full control and billing responsibility.
  • Admin: Can manage assets, pipelines, and keys.
  • Member: Can upload and manage assets.
  • Viewer: Read-only access to analytics and media.

Sending Invitations

When you invite a new member, they will receive an email with a secure link.

!IMPORTANTInvitations are time-limited. For security purposes, all invitations expire 48 hours after being sent. If a link expires, you will need to revoke the old invitation and send a new one.


Media Management

The Media tab allows you to upload, organize, and inspect your assets for the active project.

Uploading Assets

You can upload images directly via the web interface or using our SDK and API. Every uploaded asset is stored in Cloudflare R2 within your project's isolated storage bucket.

AI Alt-Text

When an image is uploaded, PichaFlow automatically generates descriptive alt-text for SEO and accessibility. You can manually override these descriptions in the asset details view.


WASM Pipelines (Architect)

Pipelines are the core of PichaFlow's performance advantage. They allow you to define a sequence of image transformations that run at the Edge using WebAssembly.

Creating a Pipeline

Navigate to the Pipelines tab and click "Build New Pipeline".

  1. Define Steps: Add transformations like resize, grayscale, blur, or brightness.
  2. Stacking: Operations are executed in the order you define them.
  3. Presets: Once saved, your pipeline is deployed to the global edge network as a "preset" for your specific project.

Using a Preset

To apply a pipeline to an image, append the preset parameter to its delivery URL: https://cdn.pichaflow.com/asset-id.jpg?preset=hero-banner


API Keys & Security

Manage your project access tokens in the API Keys tab.

  • Public Keys: Used for client-side uploads (restricted by domain).
  • Secret Keys: Used for server-side management and deletions. Never expose these in client-side code.

Custom Domains

Whitelabel your project's delivery network by connecting your own domain (e.g., images.yourbrand.com). PichaFlow handles SSL certificate generation and global routing automatically.


Usage & Billing

Track your bandwidth consumption, transformation counts, and storage usage for each project in real-time.

  • Bandwidth: Total data delivered via the PichaFlow CDN for this project.
  • Transformations: Number of unique image processing requests.
  • Plan Limits: Usage is measured against your project's specific tier (Hobby, Pro, or Scale).