OriginChain docs
use the dashboard · create an instance

Create an instance.

Everything you run on OriginChain lives on an instance - one database with its own region, compute, storage, and endpoint. The console gives you two ways to get one: a free database in a single click, or a dedicated instance you build to size. This page walks both, screen by screen.

1

Get to the launch screen.

Sign in at app.originchain.ai and open Databases in the sidebar. The page is titled Instances - it's your whole inventory, one row per database.

There are two ways in, and they go to the same place:

  • + New instance, top right - always there.
  • + Launch instance, in the empty state you see on a brand-new account.
The Databases page of the console on a new account: a dashed panel reading 'nothing here yet - spin up your first instance, takes about ninety seconds' with a Launch instance button, and New instance in the top right.
A fresh account. Both buttons open the same launch screen.
2

Free or dedicated.

Launch a new instance opens with two cards. Dedicated is selected by default, which is why the five-step rail is showing underneath.

Card What the console says
Free $0/mo 1 GB shared database - SQL, vector and full-text search. Scale-to-zero when idle. One per account.
Dedicated build your config Single-tenant compute and storage in the region you pick - sized to your workload.
The Launch a new instance page with the Free and Dedicated cards side by side, Dedicated outlined in green, and the five-step rail below reading Name, Region, Configure, Version, Confirm.
Dedicated is the default. Picking Free swaps the wizard out for a single panel.
already have a free one?

The Free card is limited to one per account. If you already have a free database the card is disabled and reads You already have a free database - launch a dedicated instance instead.

A

Variant A - the free database.

Click Free. The wizard disappears and a single panel takes its place - Start free - 1 GB, in seconds. There is nothing to configure: no region picker, no sizing, no card.

what the panel lists
  • 1 GB storage on shared compute.
  • Sleeps when idle, wakes automatically on your first request.
  • HTTP API endpoint + bearer token issued instantly.

Real SQL, vector and full-text search run on it - it's the same engine, just shared and smaller. Press Create free database.

The Free card selected and outlined in green, with the free database panel open below it headed 'Start free - 1 GB, in seconds', a three-line list of what's included, and a Create free database button.
Free selected. One button, no card, no configuration.

The database shows up under Databases with state RUNNING. Its Configuration column reads free and the $/mo column is a dash - there is nothing to bill.

The Databases list with one row: a database named acme in Mumbai on the free configuration with free storage, a green RUNNING badge, and a dash in the monthly cost column.
A free database, RUNNING. Nothing to bill, so the cost column stays empty.
it sleeps, and that's normal

A free database scales to zero when nothing is talking to it, so the list can show it as IDLE rather than RUNNING. That is not a fault - the next request wakes it, and that one request takes a moment longer.

B

Variant B - a dedicated instance.

Leave Dedicated selected and work down the five-step rail. Continue moves you on, Back returns, and the Your build panel on the right keeps a running summary the whole way.

01 · Name

4-32 characters, lowercase alphanumeric plus hyphens. It becomes part of the DNS name your endpoint is served on, so pick something short. The name must be unique inside your organisation - reusing one is rejected with an "already exists" error.

Step 01 of the launch wizard, headed 'What do you want to call this instance?', with an instance name field containing acme and a hint reading 4-32 chars, lowercase alphanumeric plus hyphens, becomes part of the DNS name.
Step 01. The name becomes part of your endpoint hostname.

02 · Region

Your data is provisioned into the region you pick and never leaves it. Regions are grouped by cloud - the tab row across the top - and by country underneath. Each row carries a badge:

  • LIVE - provisions immediately.
  • ON REQUEST - you can still pick it. The launch becomes a request the team is notified about; we bring the region up, approve it, and email you when your instance is provisioning. The console spells this out in a note as soon as you select one.
Step 02 of the wizard, headed 'Where should it live?', with cloud tabs across the top, a featured card for India ap-south-1 marked LIVE and 'provisions immediately', and a scrollable list of further regions grouped by country.
Step 02. The featured card is the home region; the list below covers the rest.

03 · Build your config

This is the step that decides what you get and what you pay. Every control re-prices the build live against the same pricing engine that drives the public build-your-config calculator, so the number under Monthly price · live is the number you'll be billed.

Control What it sets
Node size vCPU and RAM per node.
Nodes One node is a single box. More than one shards your data across nodes and scales write throughput; the console shows a note about it when you go above one.
Resilience Single-zone, or high availability - a writer plus a cross-zone standby, which provisions a second node.
Storage mode Standard keeps the working set in memory. Strata is disk-backed for datasets larger than RAM, and adds a cache field.
Storage Provisioned capacity. It can be grown later, without downtime.
Capabilities Vector search, graph, and full-text search - each off, or sized (vector count and dimensions, graph nodes and average degree, document count and size).
Backups & transfer Writes per month, point-in-time recovery window, data transfer out, and the networking model.

Turning a capability on here is what provisions it - you don't have to add it as an add-on afterwards, and its fee is already inside the total.

Step 03 of the wizard, 'Build your instance', showing node size, nodes and resilience selects, storage mode and storage, the three capability rows, backups and transfer options, and a live monthly price breakdown listing platform, compute, storage, vector search, full-text search and point-in-time recovery with a total.
Step 03. Everything re-prices live, and the breakdown adds up to the total you'll pay.
strata gates two controls

Strata is single-box at launch. Selecting it forces resilience to single-zone and nodes to one, and disables the other options so you can't assemble a combination the create API rejects. The console notes that the price shown is the standard-storage price while it's selected.

04 · Engine version

New instances default to the stable channel - the build recommended for production data. Beta versions are hidden unless you turn them on under Settings → Release channel. If the version manifest can't be reached the wizard says so and still launches you on the current stable build.

Step 04 of the wizard, 'Which engine release should this instance run?', with an engine version select showing the stable channel, a Release notes link, and a note that beta versions are hidden by default.
Step 04. Stable unless you have opted into beta releases.

05 · Confirm

The last step restates the build - name, region, compute, nodes, storage, engine - and the monthly total, followed by a billing notice. It reads: the card is authorised, then the monthly subscription begins immediately, and you can cancel any time with the unused days prorated. The card stays on file for as long as you have any provisioned instance.

Step 05 of the wizard, 'Everything look right?', with a summary table of name, region, compute, nodes, storage and engine, a total per month, a billing notice reading 'Card captured, charged from day 1', and a Launch instance button.
Step 05. Everything on one screen before anything is provisioned.
3

After you launch.

Launch instance submits the build. A dedicated launch goes through an approval step before anything is provisioned: the console replies with a Request sent confirmation - "your instance request has been sent to the admin and will be activated soon" - and we email you the moment it's ready. Picking a region that isn't live yet lands in the same place, for that reason.

Once it's approved the instance appears in Databases as PROVISIONING. The console's own estimate is about ninety seconds; the P99 and QPS columns stay blank until it's serving.

The Databases list with one row in the PROVISIONING state - a blue badge, dashes in the P99 and QPS columns, and the monthly cost already shown.
PROVISIONING. Nothing to do but wait.

Then it flips to RUNNING and starts reporting live latency and throughput.

The same Databases list with the row now showing a green RUNNING badge and live P99 and QPS figures alongside the monthly cost.
RUNNING. The row starts reporting live P99 and QPS.
your token is shown once

The bearer token is displayed once, at creation. Save it somewhere safe. The server only keeps a hash of it, so it cannot be shown again - if you lose it, use Rotate token on the instance's Connection tab to issue a new one (which invalidates the old one).

Where to go next.