Create a workspace from one prompt
curl
curl -X POST https://app.seldonframe.com/api/v1/workspace/create \
-H "Content-Type: application/json" \
-H "x-seldon-api-key: $SELDONFRAME_API_KEY" \
-H "x-claude-api-key: $CLAUDE_API_KEY" \
-d '{
"description": "AI coaching business for engineering leaders with booking, intake, and payment flows"
}'