Create a brand theme. Call it from your backend, get a JSON response.
curl -X POST https://www.turavibe.com/api/v1/vibe/themes \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "My Brand",
"primary": "#6366f1",
"secondary": "#f59e0b",
"font": "Inter"
}'Uses the same TuraLogin API key across all Tura services.
Paste this into Cursor, Claude, or ChatGPT to set up a TuraVibe integration.
Full API reference and integration guides.
curl https://www.turavibe.com/SKILL.mdOne account, one key. TuraVibe connects with every Tura Cloud service.
Templates wire these together automatically. No code needed.
API-first building blocks for custom integrations.