SDK

Use ORKA's SDK for faster integration.

SDK

ORKA provides SDKs for popular programming languages.

Available SDKs

  • JavaScript/TypeScript
  • Python
  • Ruby
  • PHP

Installation

npm install @orka/sdk

Quick Start

import { Orka } from '@orka/sdk';

const orka = new Orka({ apiKey: 'your-key' });
const projects = await orka.projects.list();

Documentation

  • Reference documentation
  • Code examples
  • Tutorials
  • Best practices

Was this page helpful?

Your feedback helps us improve.