Complete API documentation for programmatic access to NeuralOS. Authenticate, build, and deploy with a single token.
/v1/workspacesList all workspaces/v1/workspacesCreate a new workspace/v1/workspaces/:idGet workspace details/v1/workspaces/:idUpdate workspace settings/v1/workspaces/:idDelete a workspaceBase URL
https://api.neuralos.dev/v1Authentication
All requests require a Bearer token in the Authorization header. Generate API keys from Settings → API Keys.
Rate Limits
curl -X POST https://api.neuralos.dev/v1/agents \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"name": "Sales Assistant",
"model": "gpt-4o",
"capabilities": ["read_contacts", "send_email"],
"instructions": "You are a helpful sales assistant..."
}'Únete a 4.200+ creadores. Sin tarjeta. Construye tu primera app con IA en minutos.