AI Tools
When you connect integrations, they provide AI tools that let you take actions through natural language. Ask AI to deploy an application, create a ticket, or query a database-the AI selects the right tool and executes it for you.
How It Works
- You configure an integration (like GitHub or Argo CD)
- The integration provides tools to the AI (create issues, deploy apps, etc.)
- You chat with AI in natural language
- AI automatically selects and uses the right tools to accomplish your request
You don't need to know which tools exist or how to call them. Just describe what you want.
What AI Can Do
Depending on your configured integrations, AI can:
- Create issues, pull requests, or tickets
- Deploy or rollback applications
- Query application status or logs
- Search code across repositories
- Update configurations or settings
- Restart services or trigger workflows
Example Conversations
Deploy an application:
You: Deploy the api-service to production
AI: Deploying api-service to production using Argo CD...
Deployment started successfully. Application syncing now.
Create an issue:
You: Create an issue in api-service about adding rate limiting
AI: Created issue #42 in api-service: "Add rate limiting"
Check application status:
You: What's the status of the checkout app?
AI: The checkout app is healthy and running version 2.3.1.
Last deployed 2 hours ago.