New Ora Setup Guide
Install your API access in minutes using the setup command from your order delivery message. Works with Claude Code CLI and Codex CLI-compatible tools.
Before you start
- You have an active New Ora order.
- You have the setup command sent after your order is prepared.
- You will run the command in your terminal (PowerShell / Terminal).
- After setup, run Claude Code CLI from your project folder.
Windows PowerShell setup
One-line install using the setup token from your delivery message.
irm "https://newora.space/api/v1/setup?token=YOUR_API_KEY" | iex- Open Windows PowerShell.
- Paste the setup command from your delivery message.
- Press Enter and wait for New Ora Setup to finish.
- Confirm the setup output shows Customer token installed, OPENAI_API_KEY / OPENAI_BASE_URL configured, Package active, Connection test successful, Usage tracking enabled.
- Open your project folder and run
claude.
macOS / Linux setup
Terminal one-liner using the setup token from your delivery message.
curl -fsSL "https://newora.space/api/v1/setup?token=YOUR_API_KEY" | sh- Open Terminal.
- Paste the macOS/Linux setup command from your delivery message.
- Press Enter and wait for setup to finish.
- Restart your terminal if needed.
- Open your project folder and run
claude.
Manual API setup
For tools that need OpenAI-compatible provider configuration.
https://newora.space/ol/v1Claude Code CLI usage
After setup, launch Claude Code from your project folder.
- Go to your project directory.
- Run
claude. - Send a quick test message such as
hello. - If the assistant replies, setup is working correctly.
Codex CLI usage
Codex-compatible tools use standard OpenAI environment variables.
Configure your Codex-compatible tool with:
OPENAI_API_KEY— installed by your setup commandOPENAI_BASE_URL—https://newora.space/ol/v1
Or configure a manual OpenAI-compatible provider using the same Base URL.
How to verify setup
Expected output from a successful setup run.
New Ora Setup
Unlimited Access Gateway
Gateway: https://api.newora.space/v1
Customer: Customer #0042
Order: NO-123456789
Plan: Economy Daily
Status: Active
Access: High Usage / Fair Usage
Expires: 2026-07-04
Token: newora_live...A92F
[OK] Customer token installed
[OK] OPENAI_API_KEY configured
[OK] OPENAI_BASE_URL configured
[OK] Package active
[OK] Connection test successful
[OK] Usage tracking enabled
Done! Run 'claude' in any project directory.Common setup problems
Most issues fall into one of these five buckets.
- setup token expired
- order access expired
- copied wrong command
- customer access disabled/suspended
Regenerate setup from support/admin. Contact support with your order number.
- internet issue
- package expired
- temporary provider issue
- wrong terminal command
Retry after a few minutes. Verify the command. Contact support if it persists.
- Claude Code CLI is not installed
Install Claude Code CLI separately. New Ora setup only configures API environment variables.
- terminal not restarted after setup
Restart your terminal. Rerun the setup command. Verify environment variables.
- suspected sharing or abuse
Open a support ticket with your order number. Support remains available for suspended users.
Quota, model families & error codes
How the daily USD allowance is enforced and what to expect when it runs out.
- fable_5 — Fable 5 family (any
*fable*alias plus the exact upstream model id where supported). - opus_4_8 — Opus 4.8 family (any
claude-opus-4*alias plus the exact upstream model id where supported). - Unsupported models return
400 unsupported_model.
Each active API key has a rolling 24-hour window per model family. USD-equivalent cost is calculated from token usage and deducted from your daily allowance. When you hit the allowance for that family, further calls to that family return 429 quota_exceeded. Other families remain callable if their allowance is still available. Windows reset 24 hours after key activation and every 24 hours after that.
Some plans have no per-day USD quota for a given model. Fair-use, abuse protection, security limits, and availability controls still apply. This is not unrestricted access.
401 unauthorized— API key missing or invalid.403 access_expired— package expired.403 access_suspended— key suspended.400 unsupported_model— model not mapped to any family.429 quota_exceeded— daily USD allowance reached for that model family.503 pool_unavailable— no active upstream in the global managed pool.502 provider_error— upstream provider returned an error.
OpenAI-compatible chat/completions endpoints support streaming (stream: true). Both streamed and non-streamed calls are billed the same and count against the same daily USD allowance.
Your API key is treated as a secret — never commit it, share it, or paste it in support chats. Upstream provider keys are managed server-side and never exposed to customers.
Still stuck?
Open a support ticket with your order number and we'll take it from there.
