AISA_API_KEY unlocks Gemini-compatible GenerateContent and image/media generation routes.
Install
First, install the AIsa CLI if you have not already:What can agents do with it?
Marketing creatives
“Generate a cinematic hero image for a product launch deck.”
Social content
“Create social-ready image variations for the next post.”
Storyboarding
“Produce 6 key frames illustrating the happy path of a user journey.”
Reference images
“Use this static mock as visual context for a generated creative.”
Photorealism
“8k ultra-detailed cyberpunk skyline with neon rain.”
Agent reports
“Generate visual illustrations for a research report agent.”
Core capabilities
- Gemini-compatible generation — use
POST /v1beta/models/{model}:generateContentwith a verified model such asgemini-3.5-flashfor native Gemini-format content generation.
Quick start
Gemini-compatible generation
GenerateContentResponse shape, with generated text in candidates[0].content.parts[0].text.
Endpoint reference
Get started
- Sign up at aisa.one (new accounts start with $2 free credit).
- Generate an API key from the console.
export AISA_API_KEY="your-key"and install the skill:
Related
Gemini generateContent
Gemini-compatible generation endpoint reference.