Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Quickstart

Get Prism running in three steps.

From the Claude Code marketplace:

Terminal window
/install-plugin optra-prism

Run the setup command with your gck_* key:

Terminal window
/prism:setup gck_YOUR_API_KEY

This writes your key to ~/.prism/config.json, enables gateway routing, and syncs OTEL telemetry settings.

Restart your session so the plugin hooks activate:

Terminal window
# Exit and reopen Claude Code

On startup you’ll see:

Session started — gateway=enabled key=gck_abc12... ingest=https://ingest.prism.optra-ai.com

Once running, Prism works automatically:

  • Every prompt gets scored for quality (PQ) — low scores trigger rewrite suggestions
  • Every response gets timed and token-counted
  • Every 15 turns you get context management nudges
  • Background — telemetry flows to S3, the engine scores your sessions
Terminal window
/prism:status # Check connection health
/prism:cost # See session token usage
/prism:score # View your PRISM profile
/prism:advisor # Get prompt optimization tips

Open dashboard.prism.optra-ai.com to see:

  • PRISM scores and dimension breakdown
  • Token usage and cost analytics
  • Waste patterns and recommendations
  • Session history and drill-downs