Hero Light

Welcome to Gentility AI

Give your AI agents the power they need to thrive. Gentility AI provides instant, secure development environments through a simple HTTP API, designed specifically for the age of autonomous AI agents.

What is Gentility AI?

Gentility AI is a cloud platform that provides instant, isolated virtual machines optimized for AI agent development workflows. Our API allows you to:
  • Spin up VMs instantly - Get secure development environments in milliseconds
  • Execute code safely - Run commands with real-time output and file change tracking
  • Access files seamlessly - Read and write files within VM instances
  • Integrate with AI agents - Dynamic tool schemas for popular AI frameworks

Key Features

⚑ Instant Provisioning

No more waiting for environments to boot. Our warm pool system ensures VMs are ready when you need them.

πŸ”’ Battle-Tested Security

Enterprise-grade isolation with Firecracker microVMs ensures complete separation between workloads.

πŸ› οΈ AI-First Design

Built from the ground up for AI agents, with dynamic tool schemas and seamless integration patterns.

πŸ’° Pay-As-You-Go

No setup fees, no minimums. Only pay for the compute your agents actually use.

🌐 Multi-Tenant Architecture

Complete organization-level isolation with room-based VM separation for different sessions.

πŸ“¦ Pre-configured Environments

Choose from profiles optimized for Python data science, Node.js web development, Go systems programming, and more.

Architecture Overview

Use Cases

AI Agent Development

Provide your AI agents with secure, isolated environments for code execution, data analysis, and file manipulation.

Dynamic Code Execution

Execute user-generated code safely in isolated environments with comprehensive output tracking.

Data Analysis Workflows

Spin up Python environments with pandas, matplotlib, and scikit-learn for instant data processing.

CI/CD and Testing

Create reproducible testing environments for automated workflows and continuous integration.

Getting Started

1. Sign Up and Get API Keys

Visit gentility.ai to create an account and generate your API keys.

2. Choose a Profile

Select from our pre-configured environments or create custom profiles:
  • Python Data Science: pandas, matplotlib, scikit-learn, Jupyter
  • Node.js Web Dev: Express, TypeScript, modern JS toolchain
  • Go Development: Latest Go runtime with essential tools
  • Custom: Build your own with Docker and package specifications

3. Create Your First Instance

curl -X POST "https://api.gentility.ai/api/profile/{profile_id}/room/my-session" \
  -H "Authorization: Bearer rk_live_your_api_key" \
  -H "Content-Type: application/json"

4. Execute Commands

curl -X POST "https://api.gentility.ai/api/profile/{profile_id}/room/my-session/command" \
  -H "Authorization: Bearer rk_live_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"command": "python -c \"print('"'"'Hello, Gentility!'"'"')\""}'

5. Access Files

curl "https://api.gentility.ai/api/profile/{profile_id}/room/my-session/file/output.txt" \
  -H "Authorization: Bearer rk_live_your_api_key"

Community and Support

What’s Next?

Ready to give your AI agents superpowers? Check out our Quick Start Guide or dive into the API Reference to start building.
Gentility AI - Empowering the next generation of autonomous AI agents.