Kentik AiAdvisorDataService API

The AiAdvisorDataService API from Kentik — 2 operation(s) for aiadvisordataservice.

Operations 3

POST /ai_advisor/v202511/chat Create AI Advisor Chat Session #
PUT /ai_advisor/v202511/chat Update AI Advisor Chat Session #
GET /ai_advisor/v202511/chat/{id} Get AI Advisor Chat Session #

Specifications

Other Resources

🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-synthetics.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-cloud-export.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-alerting.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-mitigation.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-alert-policy.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-device.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-user.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-site.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-label.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-as-group.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-notification-channel.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-capacity-plan.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-bgp-monitoring.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-mkp.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-kmi.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-cost.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-custom-dimension.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-flow-tag.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-ai-advisor.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/grpc/kentik-audit.proto
🔗
APIsJSON
https://raw.githubusercontent.com/api-evangelist/kentik/refs/heads/main/apis.yml

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/kentik-aiadvisordataservice-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

kentik-aiadvisordataservice-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: AI Advisor Data Service API
  description: '# Overview

    Provides programmatic access to AI Advisor.'
  version: v202511
  contact:
    name: Kentik API Engineering
    url: https://github.com/kentik/api-schema-public
servers:
- url: https://grpc.api.kentik.com
  description: Base URL declared by the provider in apis.yml (roadmap#122).
security:
- email: []
  token: []
tags:
- name: AiAdvisorDataService
paths:
  /ai_advisor/v202511/chat:
    post:
      summary: Create AI Advisor Chat Session
      description: Create a new AI Advisor Chat session with a prompt
      operationId: CreateChatSession
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/v202511CreateChatSessionResponse'
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/rpcStatus'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/v202511CreateChatSessionRequest'
        required: true
      tags:
      - AiAdvisorDataService
    put:
      summary: Update AI Advisor Chat Session
      description: Update AI Advisor Chat session with a prompt
      operationId: UpdateChatSession
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/v202511UpdateChatSessionResponse'
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/rpcStatus'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/v202511UpdateChatSessionRequest'
        required: true
      tags:
      - AiAdvisorDataService
  /ai_advisor/v202511/chat/{id}:
    get:
      summary: Get AI Advisor Chat Session
      description: Retrieve the status and results of an AI Advisor chat session
      operationId: GetChatSession
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/v202511GetChatSessionResponse'
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/rpcStatus'
      parameters:
      - name: id
        description: The unique identifier (UUID) for the chat session
        in: path
        required: true
        schema:
          type: string
      tags:
      - AiAdvisorDataService
components:
  schemas:
    v202511SessionStatus:
      type: string
      enum:
      - SESSION_STATUS_UNSPECIFIED
      - SESSION_STATUS_PENDING
      - SESSION_STATUS_PROCESSING
      - SESSION_STATUS_COMPLETED
      - SESSION_STATUS_FAILED
      - SESSION_STATUS_AWAITING_APPROVAL
      default: SESSION_STATUS_UNSPECIFIED
      title: SessionStatus represents the state of a chat session or message
    v202511UpdateChatSessionResponse:
      type: object
      properties:
        id:
          type: string
          description: The unique identifier (UUID) for the chat session
        status:
          $ref: '#/components/schemas/v202511SessionStatus'
      title: UpdateChatSessionResponse
    v202511GetChatSessionResponse:
      type: object
      properties:
        id:
          type: string
          description: The unique identifier (UUID) for the chat session
        status:
          $ref: '#/components/schemas/v202511SessionStatus'
        messages:
          type: array
          items:
            $ref: '#/components/schemas/v202511ChatMessage'
      title: GetChatSessionResponse
    v202511ChatMessage:
      type: object
      properties:
        id:
          type: string
          description: The unique identifier (UUID) for the message
        status:
          $ref: '#/components/schemas/v202511SessionStatus'
        finalAnswer:
          type: string
        reasoning:
          type: string
        data:
          type: string
        errorMessage:
          type: string
        createdAt:
          type: string
          format: date-time
        updatedAt:
          type: string
          format: date-time
        prompt:
          type: string
      title: ChatMessage
    rpcStatus:
      type: object
      properties:
        code:
          type: integer
          format: int32
        message:
          type: string
        details:
          type: array
          items:
            $ref: '#/components/schemas/protobufAny'
    v202511CreateChatSessionRequest:
      type: object
      properties:
        prompt:
          type: string
          description: The user question
      title: CreateChatSessionRequest
      required:
      - prompt
    protobufAny:
      type: object
      properties:
        '@type':
          type: string
      additionalProperties: {}
    v202511UpdateChatSessionRequest:
      type: object
      properties:
        prompt:
          type: string
          description: The user question
        id:
          type: string
          description: The unique identifier (UUID) for the chat session
      title: UpdateChatSessionRequest
      required:
      - prompt
      - id
    v202511CreateChatSessionResponse:
      type: object
      properties:
        id:
          type: string
          description: The unique identifier (UUID) for the chat session
        status:
          $ref: '#/components/schemas/v202511SessionStatus'
      title: CreateChatSessionResponse
  securitySchemes:
    email:
      type: apiKey
      name: X-CH-Auth-Email
      in: header
    token:
      type: apiKey
      name: X-CH-Auth-API-Token
      in: header
externalDocs:
  description: General information about Kentik APIs
  url: https://kb.kentik.com/v0/Ab09.htm#Ab09-APIs_Overview