Developer platform · 2

From first request to useful result.

Typed clients, clear errors, and practical examples.

import { Northstar } from '@northstar/sdk'

const client = new Northstar({ apiKey })
await client.projects.create({
  name: 'Launch workspace'
})