Skip to content

Quick Start

Every task below is shown three ways — the web interface, the oi CLI, and the REST API. They reach the same endpoints, so pick whichever suits you; nothing here depends on choosing one over another.

  • An oikapi instance — for managed customers this is provisioned by our team; for self-hosted deployments this is provided by your administrator
  • For the CLI tab, the oi CLI installed — see Installation

Open your instance URL in a browser and sign in. If you have not been sent an invitation yet, ask an administrator to send you one — see Users & Roles.

  1. Go to Applications and open the application the table belongs to.
  2. Select the Tables tab.
  3. Choose Create Table, then give it a name and a display name.
  4. Open the new table and add fields — title as text, budget as decimal.

Every table belongs to an application; there is no way to create one outside of an application. See Applications.

Your table is now live. It has full REST endpoints for CRUD operations, filtering, pagination, and sorting — no additional setup required.

Open the table from Applications → your app → Tables. Use New Record to add one, and the column headers to sort and filter the list.

Instead of building from scratch, you can install a pre-built app. Its tables, roles, and permissions are created for you.

Go to Marketplace, choose an application, and install it.

See Core Apps for the full list of available applications.