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.

API
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"
}'
MCP

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.