Studio previewSelf-host Studio locally.Run it
Open source framework

Run Kortyx inside your own application.

The agent runtime does not require a Kortyx account or hosted control plane. Model keys, workflow execution, and product data stay in your application.

kortyx / local application
$ pnpm add kortyx @kortyx/google

resolved 72 packages

+ kortyx 0.14.0

+ @kortyx/google 0.5.0

# no cloud account required

Your server · your database · your keys

Package manifest

Install the runtime first. Add React or telemetry when needed.

Begin with the runtime and one model provider. React and telemetry are separate packages because not every deployment needs the same shape.

kortyxApache-2.0

workflow runtime · hooks · persistence · CLI

@kortyx/reactApache-2.0

chat state · transports · storage · interrupts

@kortyx/* providersApache-2.0

OpenAI · Anthropic · Google · Groq · Mistral

@kortyx/otelApache-2.0

OpenTelemetry spans · normalized attributes

Availability

Current availability across Kortyx.

The framework is open source today. Studio is a self-hosted preview. Cloud is still in development.

01

Available now

Framework

Runtime, React client, providers, persistence, telemetry contracts, and CLI.

Apache-2.0

02

Self-hosted preview

Studio

Workflow catalog and observability for real runs, sessions, interrupts, tokens, and cost.

ELv2

03

In development

Cloud

Cloud is in development as a managed way to operate Studio.

Not announced

Execution boundary

The open-source runtime does not depend on Kortyx Cloud.

Provider credentials stay on your server
Product data stays in your database
OpenTelemetry exports to your backend
Studio stays outside the execution path

Install Kortyx without creating a cloud account.

The quickstart runs the workflow inside your application with your model keys and database.