Platform Overview
NimbleBrain Studio is an AI-native automation platform where Nira is your primary interface. Press ⌘K (Mac) or Ctrl+K (Windows) anywhere to open Nira and start building automations through conversation.Key Concepts
Workspace
A Workspace is your isolated environment within NimbleBrain Studio. Think of it as a project folder that contains all your automations, connections, and settings.Isolation
Each workspace is completely separate. Playbooks in one workspace cannot access data in another.
Team Collaboration
Invite team members to collaborate within a workspace with role-based permissions.
- All playbooks and connections are scoped to a workspace
- API keys are workspace-specific
- You can have multiple workspaces for different projects or teams
Nira
Nira is your AI assistant and the primary way to interact with NimbleBrain Studio. Instead of clicking through menus and forms, you describe what you want in natural language, and Nira builds it for you.Primary Interface
Nira is the main way to interact with Studio. Press ⌘K (Mac) or Ctrl+K (Windows) to open Nira anywhere.
Conversation-Driven
Build automations through natural conversation. Nira understands business language, not just technical terms.
- Create playbooks from natural language descriptions
- Select and configure the right tools automatically
- Help troubleshoot issues with your automations
- Answer questions about the platform
- Search and navigate your workspace
Playbook
A Playbook is an AI-powered automation defined in natural language. It’s the fundamental building block of all automations in NimbleBrain Studio.Natural Language
Write instructions as if explaining to a colleague. The AI interprets and executes them.
Tool Access
Playbooks can use any connections installed in your workspace.
- Instructions: Natural language description of what the playbook should do
- Configuration: AI model, temperature, timeout settings
- Schedule: Optional recurring execution (daily, hourly, etc.)
- Status: Active or inactive
- Execution history: Log of all runs with results
Connection
A Connection is an integration that gives your playbooks access to external APIs and services. Think of connections as the “tools” your automations can use.Integrations
Each connection provides access to specific tools and services like Slack, GitHub, or databases.
One-Click Install
Install from the catalog instantly. Nira can also auto-install required connections.
- Business & Collaboration: Slack, Gmail, Google Sheets, HubSpot, Zoom, Calendly
- Developer Tools: GitHub, documentation search
- Data & Analytics: PostgreSQL, ClickHouse
- Finance: Finnhub (stock data)
- Utilities: Weather, translation, PDF processing
Scheduling
Scheduling allows your playbooks to run automatically at specified times or intervals without manual intervention.Time-Based
Run at specific times: daily at 9am, weekdays at 8am, first of month
Interval-Based
Run at regular intervals: every 15 minutes, hourly, every 6 hours
- Time-Based: Specific times (e.g., “Every Monday at 9am”)
- Interval-Based: Regular intervals (e.g., “Every 15 minutes”)
- Event-Triggered: Run when webhooks receive data
Execution
An Execution is a single run of a playbook. Each time you run an automation (manually or on schedule), it creates an execution record. Execution details include:- Status: Running, completed, or failed
- Duration: How long it took
- Steps: Each action the AI took
- Tool calls: Which integrations were used
- Result: The final output
API Key
An API Key (also called API Token) allows external applications to interact with your workspace programmatically. Use API keys to:- Run playbooks from external systems
- Connect Claude Desktop to your workspace
- Integrate with CI/CD pipelines
- Build custom applications using the SDK
How Concepts Relate
Here’s how everything fits together:Common Workflows
Build your first automation
Build your first automation
- Open Nira (⌘K)
- Describe what you want to automate
- Nira installs required connections
- Nira creates the playbook
- Click “Run” to test it
Set up a scheduled report
Set up a scheduled report
- Tell Nira: “Create a daily report that…”
- Nira creates the playbook with scheduling
- Configure the schedule (time, frequency)
- Playbook runs automatically
Connect to Claude Desktop
Connect to Claude Desktop
- Go to Connections
- Click “Connect” on a server
- Copy the configuration
- Paste into Claude Desktop config
- Restart Claude Desktop
Glossary Quick Reference
| Term | Definition |
|---|---|
| Workspace | Isolated environment containing all your automations |
| Nira | AI assistant for building and managing automations (⌘K) |
| Playbook | AI-powered automation with natural language instructions |
| Connection | Integration providing access to external APIs and services |
| Scheduling | Automatic recurring execution of playbooks |
| Execution | Single run of a playbook |
| API Key | Token for programmatic workspace access |