Skip to main content
Subconscious is a developer-first platform for building production-ready AI agents. We provide a complete agent system that handles context management, tool orchestration, and long-horizon reasoning, so you can focus on defining what your agent should do. Our platform works with any service or tool, including MCPs, giving you everything you need to deploy sophisticated agents at scale.

Quickstart

Get started

Build your first agent in under 5 minutes

Browse templates

Start from pre-built examples

For AI tools

Build with AI coding assistants: Let your coding agents understand the Subconscious API.
npx skills add https://github.com/subconscious-systems/skills --skill subconscious-dev
This gives Claude Code, Cursor, and other AI assistants deep knowledge of Subconscious, so you can build with the API faster.

Try it now

from subconscious import Subconscious

client = Subconscious(api_key="your-api-key")

run = client.run(
    engine="tim-gpt",
    input={"instructions": "Summarize the latest AI news"},
    options={"await_completion": True},
)

print(run.result.answer)

Engines

Our agent engines combine a language model with a custom inference runtime. We offer Unified Engines (co-designed model and runtime) and Compound Engines (frontier models with smart context management).

TIM

Flagship unified agent engine for a wide range of tasks

TIM-Edge

Unified engine tuned for performance with search tools

TIMINI

Compound engine backed by Gemini-3 Flash

TIM-GPT

Compound engine backed by OpenAI GPT-4.1

TIM-GPT-Heavy

Compound engine backed by OpenAI GPT-5.2
View all engines →

Start building

Run your first agent

Get started in 5 minutes

Define custom tools

Extend agents with your APIs

Stream responses

Real-time output for chat UIs

Async and webhooks

Durable jobs for pipelines

Structured output

Get JSON responses from agents

Machine Payments

Pay-per-run with USDC — no account needed

API Reference

Full endpoint documentation