Developer API
Set your instructions, connect your tools, and let the agent handle the rest. Long context, complete observability, and usage-based pricing that scales.
Why Subconscious
Long context
Our inference runtime prunes context on the GPU at runtime. Your agents handle massive tasks without losing accuracy or blowing up costs.
Simple to configure
No workflow DAGs, no orchestration code. Write detailed instructions, attach your tools, and the model figures out the rest.
Fast & inexpensive
GPU-native context pruning means tokens are never re-sent. You get 10x cheaper runs at scale compared to framework-based agents.
How it works
Step 01
Write a detailed prompt describing what your agent should do. The model interprets goals, constraints, and output format natively. These can be long, hundred line instruction sets!
const run = await client.run({
engine: 'tim',
input: {
instructions: `Research the top 5 AI papers
published this week. For each, summarize the
key contribution, methodology, and potential
real-world applications. Output as markdown.`,Step 02
Attach hosted platform tools, authenticated third-party integrations, or your own custom endpoints. Mix and match freely.
tools: [
{ type: 'platform', id: 'web_search' },
{ type: 'mcp', server: 'https://your-mcp-server.com' },
{ type: 'platform', id: 'my_custom_tool' }
],Step 03
Fire a single API call. The agent reasons, calls tools, manages its context, and returns results. Sync or async, your choice.
options: { awaitCompletion: true }
}
});
console.log(run.result?.answer);Observability
Every run exposes a full trace of the agent's reasoning, tool calls, and results. See exactly why it made each decision, what data it used, and where it self-corrected.
Try it now
Test prompts, attach tools, and see full reasoning traces in real time. No code required, just type and run.
Open Playground →Tools
Agents need tools to take action. Use our hosted tools out of the box, connect authenticated third-party integrations, or point the agent at your own endpoints.
Search, scrape, and browse the web out of the box. No API keys, no setup.
Connect third-party services through our partners. We handle OAuth and token refresh.
Point the agent at any HTTP endpoint, MCP server, or OpenAPI spec. Full control.
Pricing
Start with $5 in free credits. Pay only for what you use after that. No seat licenses, no hidden fees. Every token is charged once, so costs scale linearly with your workload instead of exponentially.
View Pricing →Agent Builder
Our agent builder walks you through prompt writing, tool selection, and configuration. We'll help you craft effective instructions and connect everything your agent needs to get the job done.
We help you write detailed, effective instructions that get the best results from the model.
Browse available tools, configure authentication, and test connections before your agent goes live.
Run your agent in the builder, inspect the full reasoning trace, and iterate until it works perfectly.
Deployment
dashboard
Run agents directly from the Subconscious dashboard. View results, reasoning, and tool calls in real time.
POST /v1/runs
Integrate into your product with a single API call. Sync or async, with webhook delivery for background runs.
cron / webhook
Schedule agents on a cron, fire them on a webhook, or chain them together. Set it and forget it.
Templates
Start from a template and customize. Each one is a real-world workflow you can deploy in minutes.
Search the web, read papers, and compile comprehensive research reports.
Take a list of leads and enrich each with company data, social profiles, and news.
Track competitor pricing, features, and announcements on a recurring schedule.
Read incoming tickets, classify priority, draft responses, and route to the right team.
Research a topic, draft a blog post, create social media variants, and schedule publishing.
Scrape structured data from websites, PDFs, and documents into your database.
© 2026 Subconscious Systems Technologies, Inc.