Overview

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.


1. Authentication Recap

Before using the Vibe AI API:

  1. Subscribe via AWS Marketplace
  2. Complete onboarding via Auth0, creating your organization and admin account.
  3. Generate an access token by:

🔁 Token Rotation: Tokens are short-lived; repeat the above for a new token.


2. API Endpoint

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
}

3. Supported Agent Functionalities

Below are key sample use cases for Vibe AI’s agentic capabilities: