Learn the Basics

Quick tutorials to get the most out of Artificial Studio

For developers

Integrate Artificial Studio via API or connect your AI agent through MCP.

Build with AI

Generate images, video, audio and 3D from your own app with a single API call.

curl -X POST https://api.artificialstudio.ai/api/run \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_API_KEY" \
-d '{
"tool": "create-image",
"input": {
"prompt": "A cinematic glass cabin beside a frozen lake at sunrise"
},
"webhook": "https://your-server.com/webhook"
}'

Agents

Add the Artificial Studio MCP to Claude Code. Run this command in your terminal.

claude mcp add --transport http artificial-studio https://api.artificialstudio.ai/mcp
Authenticates with OAuth — no API key needed.