Skip to main content

1. Create an Account

Sign up on the platform and generate an API key from your dashboard.

2. Try the Playground

Before writing code, try the Playground to test prompts interactively.

3. Install an SDK

Subconscious is compatible with both the OpenAI and Anthropic SDKs — use whichever you prefer. Install it for your language:

4. Make Your First Request

Set your API key and base URL, then create a chat completion:

Using an agents SDK

Want to use an SDK build for handling agents? Try one of these:

5. Try Streaming

You can stream responses token by token for real-time output:
See Streaming for more details.

6. Try Structured Output

You can also get typed JSON responses by providing a schema:
See Structured Output for more details.

Next Steps

Streaming

Real-time token-by-token output

Structured Output

Typed JSON responses with schemas

Thinking Mode

Enable step-by-step reasoning

API Reference

Full endpoint documentation