Demo Modern
Getting StartedIntroduction
Getting Started

Introduction

Build reliable integrations with the fictional Northstar platform.

Northstar is a fictional developer platform used to demonstrate how polished product documentation can look in Knowybase. Its API lets teams manage projects, deploy releases, and react to lifecycle events.

What you can build

CapabilityExampleNew column
Project managementProvision and configure projects programmatically
Automated deliveryTrigger deployments from CI/CD pipelines
ObservabilityMonitor release status and retrieve deployment logs
Event automationReact to signed webhook events

API fundamentals

The API is REST-based, accepts JSON, and uses predictable resource-oriented URLs. All requests are made over HTTPS to:
textsnippet
https://api.northstar.example/v1
Successful responses use standard HTTP status codes. Errors include a stable machine-readable code, a human-readable message, and a request identifier for support.

Before you begin

You will need a Northstar workspace and an API token. Start with the Quickstart to make your first request, then review Authentication before using the API in production.
Northstar is sample content. Its URLs, credentials, and resources are intentionally fictional.