Cloud overview
What Arkor Cloud is and how organizations, projects, endpoints, and training jobs fit together.
Arkor Cloud is the web dashboard at arkor.ai. It is where you create OpenAI-compatible inference endpoints, run fine-tuning jobs on managed GPUs, chat with the results in a Playground, and inspect usage and request history.
If you work primarily from the terminal, the framework docs cover the arkor SDK and CLI. Arkor Cloud and the framework share the same account, organizations, and projects.
Accounts and organizations
Sign up from the home page. On first login Arkor creates a personal organization for you, and onboarding asks you to pick its URL slug. Every dashboard URL is scoped by that slug: arkor.ai/your-org/....
You can rename the organization (display name and slug) later in Settings.
Projects
An organization holds projects. A project is the unit of scoping for everything else:
- Training jobs — fine-tuning runs on managed GPUs. See Training jobs.
- Endpoints — dedicated
*.arkor.appURLs that serve OpenAI-compatible chat completions for a base model or one of your trained adapters. See Managing endpoints. - Playground — a chat UI for trying your fine-tuned adapters. See Playground.
- Usage — request counts, token breakdowns, and latency for every inference request. See Usage.
The organization page lists your projects and has an inline form for creating new ones. Project slugs are unique within the organization.


Trying Arkor without an account
The home page can provision a working OpenAI-compatible endpoint in one click, with no signup. See One-click endpoint for what you get and how long it lasts.
Where to go next
Get an OpenAI-compatible endpoint from the home page, no account needed.
The full request and response specification for *.arkor.app endpoints.
Fine-tune an open-weight model from the dashboard.
The TypeScript SDK and CLI for the same platform.