Safety Company News
Get Workers

The Neuraphic CLI is a single tool to interact with every product and service in the ecosystem. Authentication, deployment, monitoring, and configuration — all from the terminal you already use.

Install and authenticate

One install, one login. Your Neuraphic account gives you access to every product in the ecosystem.

terminal
$ curl -fsSL https://cli.neuraphic.com/install | sh
 neuraphic CLI v0.1 installed

$ neuraphic auth login
Opening browser for authentication...
 Authenticated as [email protected]

$ neuraphic whoami
Organization:  Acme Corp
Account:       [email protected]
Products:      prion, claeth, workers

Manage Prion

Monitor your defense layer, view threat analytics, and manage configurations.

terminal
$ neuraphic prion status
Status:        active
Endpoints:     3 protected
Last 24h:      12,847 requests analyzed
Blocked:       23 (0.18%)
Median latency: 1.4ms

$ neuraphic prion threats --last 7d
DATE          TYPE                    RISK   ACTION
2026-04-07    prompt-injection         0.97   blocked
2026-04-07    jailbreak                0.91   blocked
2026-04-06    role-play-escalation     0.84   blocked
2026-04-06    encoding-attack          0.89   blocked
2026-04-05    instruction-override     0.93   blocked

Deploy Workers

Create, monitor, and manage AI agents directly from the command line.

terminal
$ neuraphic workers list
NAME              ROLE              STATUS
marketing-01      content writer    running
support-01        customer service  running
ops-01            data analyst      paused

$ neuraphic workers create --role "social media manager"
 Worker social-01 created
Role:          social media manager
Context:       loaded from organization profile
Supervision:   human-in-the-loop (default)
Status:        running

Monitor with Claeth

Check your infrastructure security posture and review findings.

terminal
$ neuraphic claeth scan --target production
Scanning 14 services across 3 environments...

SEVERITY   FINDING                              SERVICE
critical   exposed admin endpoint               api-gateway
high       outdated TLS configuration           auth-service
high       overly permissive IAM role           worker-orchestrator
medium     missing rate limiting                 public-api
medium     unencrypted environment variables     staging

Scan complete: 5 findings across 14 services
Run neuraphic claeth report for full analysis

Current status

The Neuraphic CLI is in development. The command structure and output formats shown above represent the direction we are building toward. We will announce availability alongside the products it manages.

If you have feedback on what you would want from a CLI for managing AI infrastructure, we'd like to hear it.

Get in touch

One tool. Every product. From the terminal you already use.