Skip to content
NorthstarPlatformPricingLogin

Lightcone Documentation

Northstar is a computer-use model that sees screens and acts on them. Build with the Lightcone API.

Northstar is a vision-language model trained with reinforcement learning to operate computers. It looks at a screenshot, decides what to do — click, type, scroll, navigate — and acts. Give it a task in plain language and it works through it step by step, the same way a human would.

Lightcone is the API and runtime for Northstar. You describe what you want done, Northstar does it.

QuickstartGet Northstar running a task in under 5 minutes
AuthenticationGet your API key and configure the SDK
How Lightcone worksArchitecture, models, and the API layers
API ReferenceFull reference for all endpoints

Describe a task in plain language. Northstar operates a computer to complete it — opening apps, filling forms, navigating between pages. Stream progress in real time.

  • Tasks — start, monitor, pause, and resume work
  • Run a task — streaming, polling, and steering

Use the Responses API to build a multi-turn loop. Northstar looks at a screenshot, tells you what action to take, you execute it, feed back the new screenshot. You control the loop and can inject custom logic between steps.

I want to control a computer programmatically (no model)

Section titled “I want to control a computer programmatically (no model)”

Create a cloud computer and send actions directly — click, type, scroll, navigate, screenshot, shell commands. No model involved.

OpenAI-compatible Chat Completions with tool calling, streaming, and structured outputs. Drop-in replacement — just change the base URL.

Use caseWhat it does
Software testingNorthstar tests your app like a real user — no selectors, no scripts to maintain
Legacy software automationNorthstar operates enterprise software through the GUI — no API required
Cross-application workflowsNorthstar moves data between apps that don’t talk to each other

Lightcone works with the tools you already use.

LangChainCrewAIBrowser-Use
Vercel AI SDKMastraMCP Server
Playwright

View all integrations

Terminal window
pip install tzafon
Terminal window
npm install @tzafon/lightcone

Having trouble? See the Troubleshooting guide.