1. MongoDB Atlas Infrastructure Management via Natural Language
Platform teams and DevOps engineers can manage Atlas clusters, security, monitoring, and backups through conversation instead of clicking through the Atlas UI or writing scripts.
2. Database Operations Without Writing Code
Query, insert, update, and delete documents conversationally. Inspect schemas, run aggregations, and export data.
3. RDBMS-to-MongoDB Migration
Introspect relational schemas (PostgreSQL, MSSQL, SQLite, MySQL, Oracle), design document mappings from tables to collections, preview transformations, and execute migrations.
OrbitAI is a MongoDB Atlas operations assistant that turns the Atlas Admin API and MongoDB driver into conversational tools so teams can manage infrastructure and data without context-switching to dashboards or writing boilerplate code.
Demo Prompts
Atlas: Clusters
List all my Atlas clusters
Show me the configuration details for cluster "devdb"
Create a new M10 cluster named "dev-cluster" in AWS us-east-1
Scale cluster "devdb" to M20
Pause cluster "dev-cluster" to save costs
Remove cluster "dev-cluster"
Scale cluster "devdb" back to M10
Atlas: Security
List all database users in the project
Create a database user "app-user" with readWrite access to the "orders" database
Show the current IP access list
Add IP address 203.0.113.50 to the access list with comment "Office VPN"
List all custom database roles
Show network peering connections for this project
Atlas: Monitoring
Show me performance metrics for cluster "production"
List all active alerts
Show performance advisor recommendations for cluster "production"
Get recent events for the project
List all configured alert integrations
Atlas: Backups
List all cloud backup snapshots for cluster "production"
Show the backup schedule for cluster "production"
Restore cluster "production" from the most recent snapshot to a new cluster named "production-restore"
Database: Connection
List all available MongoDB connections
Connect to the "local" MongoDB connection
Connect to the "atlas" MongoDB connection
Show the current MongoDB connection status
Database: Query
List all databases on the connected MongoDB instance
Show all collections in the "app" database
Show me the schema for the "users" collection
Count documents in the "orders" collection
Find all documents in the "users" collection
Find users where status is "active"
Find the 10 most recent orders
Find products with price greater than 100
Get index information for the "orders" collection
Database: Aggregations
Count orders grouped by status
Calculate the average order total by customer
Find the top 5 customers by total spend
Show monthly sales totals for 2024
Aggregate users by signup month
Find duplicate email addresses in the users collection
Database: Insert
Insert a new user with name "John Doe" and email "john@example.com"
Insert multiple products into the "products" collection
Add a new order for customer "cust123" with total 99.99
Database: Update
Update user with email "john@example.com" to set status "verified"
Set all orders with status "pending" older than 30 days to "expired"
Increment the "loginCount" field for user "user123"
Add a tag "premium" to all products with price over 500
Database: Delete
Delete the user with email "test@example.com"
Remove all orders with status "cancelled"
Delete products where inventory is 0
Database: Export
Export the "users" collection to JSON
Export all orders from the last 30 days to a file
Export products with category "electronics" to JSON
Tool Test Prompts
Complete test prompts for all 86 tools with requirements.
Atlas Admin API Tools (41 Tools)
Global Requirements:
Valid Atlas API credentials configured
Optional: atlasProfile parameter for multi-org testing
Cluster & Deployment Management
Tool
Test Prompt
Requirements
manage_clusters
List all clusters in my Atlas project
groupId
manage_flex_clusters
List all Flex clusters in project
groupId
manage_serverless_instances
List all serverless instances
groupId
manage_global_clusters
Show global cluster zone mappings for cluster "global-prod"
groupId, global cluster
simulate_cluster_outage
Show outage simulation status for cluster "devdb"
groupId, cluster name
Organization & Project Administration
Tool
Test Prompt
Requirements
manage_organizations
List all my Atlas organizations
None
manage_projects
List all projects in my organization
orgId
manage_teams
List all teams in my organization
orgId
manage_api_keys
List all API keys for this organization
orgId
manage_service_accounts
List service accounts in my organization
orgId
manage_cloud_users
List all cloud users in my organization
orgId
Security & Access Control
Tool
Test Prompt
Requirements
manage_database_users
List all database users in the project
groupId
manage_custom_roles
List all custom database roles
groupId
manage_ip_access_list
Show the current IP access list
groupId
manage_network_peering
List all VPC peering connections
groupId
manage_private_endpoints
List private endpoint services for AWS
groupId
manage_authentication
Show X.509 authentication configuration
groupId
manage_cloud_provider_access
List cloud provider access roles
groupId
manage_encryption
Show encryption at rest configuration
groupId
Monitoring & Alerting
Tool
Test Prompt
Requirements
get_monitoring_data
Show processes and hosts in the project
groupId
manage_alert_configs
List all alert configurations
groupId
manage_alerts
Show all active alerts
groupId
get_performance_advisor
Show performance advisor recommendations for cluster "devdb"
groupId, cluster with activity
get_events
Show recent events in the project
groupId
manage_collection_metrics
List pinned namespaces for monitoring
groupId
manage_integrations
List all third-party integrations
groupId
Backup & Disaster Recovery
Tool
Test Prompt
Requirements
manage_cloud_backups
List backup snapshots for cluster "devdb"
groupId, cluster with backups
manage_shared_tier_backups
List backups for shared-tier cluster
groupId, M2/M5/Flex cluster
manage_legacy_backups
List legacy backup snapshots
groupId, legacy backup cluster
Atlas Services & Features
Tool
Test Prompt
Requirements
manage_atlas_search
List Atlas Search indexes for cluster "devdb"
groupId, cluster name
manage_data_federation
List Data Federation instances
groupId
manage_data_lake_pipelines
List data lake pipelines
groupId
manage_online_archive
List online archive configurations for cluster "devdb"