Platform Overview
NimbleBrain Studio is an AI-native automation platform where you build, manage, and run intelligent workflows. The platform centers around Nira, an AI assistant that serves as your primary interface for creating and managing automations.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, agents, and connections are scoped to a workspace
- API keys are workspace-specific
- You can have multiple workspaces for different projects or teams
Nira
Nira (NimbleBrain Intelligent Research Assistant) is your AI copilot built into the platform. 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 and agents from natural language descriptions
- Select and configure the right tools automatically
- Help troubleshoot issues with your automations
- Answer questions about the platform
Playbook
A Playbook is a single automation task 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
- Status: Active or inactive
- Execution history: Log of all runs with results
Agent
An Agent orchestrates multiple playbooks into complex, multi-step workflows. When a single playbook isn’t enough, agents coordinate several playbooks to accomplish larger goals.Multi-Step Workflows
Chain multiple playbooks together, running them sequentially or in parallel.
Scheduled Execution
Run automatically on schedules (daily, hourly, weekly) or triggered by events.
| Use Case | Playbook | Agent |
|---|---|---|
| Single task (send email, fetch data) | Yes | No |
| Multiple steps with dependencies | No | Yes |
| Combining data from multiple sources | No | Yes |
| Complex scheduled workflows | No | Yes |
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
Execution
An Execution is a single run of a playbook or agent. 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 recurring report
Set up a recurring report
- Tell Nira: “Create a daily report that…”
- Nira suggests creating an Agent
- Configure the schedule
- Agent 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 |
| Playbook | Single automation task with natural language instructions |
| Agent | Multi-playbook orchestrator with scheduling |
| Connection | Integration providing access to external APIs and services |
| Execution | Single run of a playbook or agent |
| API Key | Token for programmatic workspace access |