Create with AI Agents
SpAItial is built to be used directly from AI coding agents. You can connect an agent through our hosted MCP server, load a self-contained LLM skill, or install the Claude plugin and create worlds from chat.
Choose Your Agent Path
Hosted MCP Server
Use the hosted SpAItial MCP server when your agent supports MCP tools. It gives Cursor, Claude Code, VS Code, Codex, Cline, and other clients direct access to world creation, panorama editing, status checks, downloads, world updates, and mesh exports.
https://mcp.spaitial.ai/mcp
The MCP server is bring-your-own-key: send your SpAItial API key as X-Spaitial-Api-Key or Authorization: Bearer spt_....
LLM Skills
Use LLM Skills when you want an agent to understand the REST API without browsing the docs. The skill is a single-page implementation reference with auth, endpoints, request shapes, webhooks, errors, rate limits, and code examples.
npx skills add spaitial-dev/spaitial-api-skill
Claude Plugin
Use the SpAItial Claude plugin when you want chat-first world creation. The plugin connects Claude to the hosted SpAItial MCP server, so you can create worlds from text, images, or panoramas, edit generated panoramas, manage previous worlds, and export meshes from a Claude conversation.
Install it from the Claude plugin marketplace:
/plugin marketplace add spaitial-ai/spaitial-ai-plugin
/plugin install spaitial-ai@spaitial-ai
What Agents Can Do
- Create a world from a text prompt, image URL, uploaded file, or 360° panorama.
- Edit an API-created world by generating a new panorama from a prompt and optional references.
- Poll generation status and fetch the finished
viewer_url, splat download URL, or panorama download URL. - Rename worlds, change visibility, cancel running jobs, and start mesh exports.
Start Here
- Need tool calls inside an IDE or CLI agent? Start with the MCP Server.
- Need a compact reference for a coding assistant? Load LLM Skills.
- Need Claude chat workflows? Install the Claude plugin.
- Need API keys, usage, and webhooks? Open the Developer Portal.