Developer API
Authenticate and use the Obvious API to build on top of the platform.
Tips & Best Practices
A few patterns that make integrations more reliable and easier to maintain.
3 min read
List Templates
GET /api/v1/templates returns all templates accessible to your API key. Use this to discover available templates and their IDs before creating a project.
1 min read
Create Thread in Project
POST /api/v1/projects/{id}/thread creates a new thread in an existing project and starts an autonomous agent session. Use this to run additional tasks on a project without creating a new one from a te
2 min read
Create Project from Template
POST /api/v1/templates/{id}/project creates a new project from a template and starts an autonomous agent session. The agent executes your task without manual interaction.
2 min read
Authentication
All requests to the Obvious API require authentication via an API key passed as a Bearer token in the Authorization header.
2 min read
Developer API Overview
The Obvious External API lets you create projects and start agent sessions programmatically. If you're building a product that uses Obvious under the hood — spinning up workspaces for your customers,
3 min read