Tenzro Developer Documentation

Build AI applications with zero infrastructure complexity. From training to production, our unified platform handles everything so you can focus on innovation.

Quick Start

1

Get your API key

Sign up at platform.tenzro.com and generate your API key

# 1. Sign up at https://platform.tenzro.com
# 2. Go to API Keys section
# 3. Click "Generate New Key"
# 4. Copy your API key (starts with sk_)

# Your API key will look like:
# sk_live_abc123def456ghi789...
2

Make your first request

Generate text with Tenzro Cortex AI

curl -X POST https://api.tenzro.com/cortex/generate \
  -H "X-API-Key: sk_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "Hello world!", "model": "gpt-4o"}'
3

Train a model

Submit a training job to Tenzro Grid

curl -X POST https://api.tenzro.com/grid/train \
  -H "X-API-Key: sk_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"name": "my-model", "framework": "pytorch-latest"}'

Platform Services

Popular Examples

Resources

Ready to start building?

Join thousands of developers using Tenzro to build the next generation of AI applications.