ideogram-deploy-integration
Installation
SKILL.md
Ideogram Deploy Integration
Overview
Deploy applications using Ideogram's AI image generation API (api.ideogram.ai). Covers API key management, deploying generation endpoints with proper timeout configuration, image storage setup, and CDN integration for serving generated images.
Prerequisites
- Ideogram API key stored in
IDEOGRAM_API_KEYenvironment variable - Cloud storage for generated images (S3, GCS, or R2)
- Platform CLI installed (vercel, docker, or gcloud)
Instructions
Step 1: Configure Secrets
# Vercel
vercel env add IDEOGRAM_API_KEY production
vercel env add IMAGE_STORAGE_BUCKET production