Overview
in10nt provides a simplified API for creating and managing AI coding agents with custom Docker environments. The SDK has been streamlined to 3 core flows:
Container Templates
Create custom environments with your base images
Instances
Create and manage VM instances
Task Execution
Run AI-powered coding tasks
Quick Example
Key Features
Simple API: Intuitive manager pattern withtemplates,instances, andusageCustom Environments: Use any Docker image as your baseAuto Health Checks: Automatic instance readiness detectionConversation History: Maintained automatically across multiple promptsTypeScript Support: Full type definitions included
Get Started
Quickstart
Get up and running in 5 minutes
Authentication
Learn how to authenticate your requests
API Reference
Explore the complete API documentation
Examples
See real-world usage examples
SDK Architecture
axios for HTTP requests and provides a fluent API with method chaining and async/await support.
