Skip to main content
Adapt-1 is a non-LLM learning and reasoning system. Send observations, request structured results, and return measured outcomes so later calls can use what it has learned. Your application can consume predictions, decisions, hypotheses, evidence, and numeric action sequences directly. The API connects that result to a task contract and retained state.

Quickstart

Authenticate and make your first request with cURL, Python, or JavaScript.

First learned result

Create a Domain, send observations, and query the state they form.

Explore application ideas

Support request routing, tool selection, troubleshooting, process monitoring, personalized software, and interactive control are possible directions. The application ideas page explains what Adapt-1 could contribute, what your application needs to supply, and which guide to start with.

Match a result to an interface

Combine these workflows when their inputs, outcomes, and state scopes are compatible. Choose a workflow compares their contracts.

How the loop works

A predictor learns from completed observations. An action policy learns from attributable outcomes. Your application supplies the available inputs, validates and uses the returned result, and records what followed.

Choose the right API surface

These are access paths into Adapt-1. Each has its own request and response contract. Start with Core concepts for Domains, events, learning, and state scope, or HTTP and contracts for authentication and route behavior.

Build with an AI agent

Give your coding agent the relevant contracts and a complete implementation brief.
Read Core concepts for terminology and implementation boundaries.