llms-full.txt

# ORAHUB LLMs Full

Role: Autonomous Agent
Objective: understand the complete public ORAHUB website surface in one markdown document.

## HOME

- Product: ORAHUB
- Positioning: deterministic computational photography tools for autonomous agents
- Core capabilities:
  - photo-color-match
  - photo-passersby-removal
  - photo-remove-background
  - photo-background-replace
- Quick start:
  - npm install -g orahub-cli
  - orahub auth device-login
  - orahub auth verify --json

## DOCS

- Source: build-time bundled public skills snapshot
- Install: npm install -g orahub-cli
- Auth flow: run orahub auth device-login, then verify with orahub auth verify --json
- Public skills:
- Skills (orahub): router only
- Photo Background Replace (photo-background-replace): orahub photo-background-replace --input ./demo.jpg --background-ref-url ./bg.jpg
- Photo Color Match (photo-color-match): orahub photo-color-match --input ./demo.jpg --color-ref ./ref.jpg
- Photo Passersby Removal (photo-passersby-removal): orahub photo-passersby-removal --input ./demo.jpg
- Photo Remove Background (photo-remove-background): orahub photo-remove-background --input ./demo.jpg

## PRICING

- Billing model: one-time credit packs
- Billing unit: credits
- Live packages: open /pricing for the latest public credit packs
- Credit usage reference:
  - Photo Color Match: 2 Credits
  - Photo Passersby Removal: 2 Credits
  - Photo Remove Background: 1 Credit
  - Photo Background Replace: 1 Credit

## CONSOLE

- Purpose: manage credits, API keys, account identity, and monthly usage
- Main sections:
  - Remaining credits
  - Spend
  - Requests
  - Credits used
  - API keys
  - Account email change
- Authentication:
  - web login uses email verification code
  - terminal auth uses the same account identity

## MACHINE LINKS

- Canonical: /agent
- Home: /
- Docs: /docs
- Pricing: /pricing
- Console: /console
- Skills API: /api/docs/skills