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.
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.
An organization holds projects. A project is the unit of scoping for everything else:
*.arkor.app URLs that serve OpenAI-compatible chat completions for a base model or one of your trained adapters. See Managing endpoints.The organization page lists your projects and has an inline form for creating new ones. Project slugs are unique within the organization.
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.
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.