Vibe AI by Vibranium Labs is the world’s first Agentic On-Call Engineer. It acts as a proactive teammate for on-call engineers and other incident stakeholders, enabling faster detection, triage, and resolution of incidents through AI-driven automation.
Before using the Vibe AI API:
Calling the authorization URL endpoint:
curl <https://api-dev.vibraniumlabs.ai/auth/authorization-url>
Visiting the authorization_url
in your browser and logging in.
Copying the access token displayed after login.
🔁 Token Rotation: Tokens are short-lived; repeat the above for a new token.
POST /api/chat
Request Example
curl --location '<https://api-dev.vibraniumlabs.ai/api/chat>' \\
--header 'Content-Type: application/json' \\
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \\
--data '{
"instanceId": 452,
"message": "What is the current status of the incident?"
}'
Sample Response
{
"response": "✅ The incident \\"Real-time traffic analytics showing zero activity across all platforms\\" is currently marked as Resolved. The status was updated by [email protected] on 2025-07-08 at 05:47 UTC.",
"agentId": 2710
}
Below are key sample use cases for Vibe AI’s agentic capabilities: