🛠️ DEVELOPER PLATFORM
Build With Griddly API
RESTful API, SDKs, and tools to integrate GPU compute and AI employees into your applications.
99.9% Uptime•<100ms Latency•1M+ API Calls/Day
Start in 5 Minutes
Install SDK
# Install SDK
pip install griddly
# Or with npm
npm install @griddly/sdk
Example Code
from
griddly import Griddly
client = Griddly(api_key="your-api-key")
# Launch GPU instance
instance = client.compute.create(
gpu="rtx4090",
image="pytorch/pytorch"
)
Two APIs, Endless Possibilities
Official SDKs
Python
Most popular
pip install griddly
JavaScript/TypeScript
npm install @griddly/sdk
Go
go get github.com/griddly/go-sdk
Ruby
Coming Soon
gem install griddly
Java
Coming Soon
Maven/Gradle
PHP
Coming Soon
composer require griddly/sdk
Developer-First Features
Webhooks
Real-time notifications for task completion and instance events
Streaming
Stream responses in real-time for long-running tasks
Batch Processing
Submit multiple tasks in a single request
Rate Limits
Generous limits: 1000 req/min, upgradeable
Versioning
Stable API versions, 6-month deprecation notice
Sandbox
Test environment with mock responses
Simple Authentication
curl https://api.griddly.ai/v1/instances \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
• API keys in dashboard
• OAuth 2.0 for user-facing apps
• Scoped permissions
API Pricing
| Plan | Requests/min | Price |
|---|---|---|
| Free | 100 | $0 |
| Pro | 1,000 | $49/mo |
| Business | 10,000 | $199/mo |
| Enterprise | Unlimited | Custom |
Compute and Workforce usage billed separately based on actual usage.
Resources
API Reference
Full endpoint documentation
SDKs & Libraries
Official client libraries
Tutorials
Step-by-step guides
Examples
Sample code and projects
Changelog
Latest updates
Status Page
System status