The Spine API lets you run canvas-based research and agent workflows programmatically. Submit a prompt, pick a template (or custom blocks), and poll for the synthesized result plus downloadable artifacts.Documentation Index
Fetch the complete documentation index at: https://docs.getspine.ai/llms.txt
Use this file to discover all available pages before exploring further.
1. Get an API key
Sign up at the developer portal — you get $5 of free credits immediately (no card required) to try the API end-to-end. Pricing is simple pay-as-you-go: $1 = 1,000 credits, no subscription. Create a key from the keys page. Keys look like:2. Make your first request
3. Poll for results
The API returns arun_id immediately. Poll the status endpoint until the run completes:
4. Read the result
Whenstatus becomes completed, the response includes:
result.final_output— the synthesized answerresult.artifacts— downloadable files (docx, xlsx, pptx, html, png, …)metadata.credits_consumed— credits used for this run
Next steps
Authentication
Manage, rotate, and secure your API keys.
Canvases and runs
How runs, canvases, and blocks fit together.
Templates
Preset block configurations for common workflows.
Endpoints
Full endpoint reference with try-it panels.