tribecodetribecode
    DocsPricingLogin
    Documentation

    Documentation

    • Getting Started
    • CLI Commands
    • TRIBE API UsageBeta
    • MUSENew
    • CIRCUITNew
    • Self-Hosting
    • API Reference
    • Analytics Dashboard
    • Privacy & Security
    • Troubleshooting

    tribecode API Documentation

    Complete reference for the tribecode REST API. Access analytics, knowledge base, and more programmatically.

    Quick Start

    Get your API key from Settings → API Keys and start making requests in minutes.

    Working Code Examples

    See the tribe-api repository for complete working examples you can run locally.

    Fetch Analytics Insights

    Get AI-powered insights from your telemetry data

    JavaScript
    View on GitHub

    Retrieve Telemetry Events

    Query your development activity events

    JavaScript
    View on GitHub

    Search Knowledge Base

    Find articles and best practices

    JavaScript
    View on GitHub
    Overview

    Base URL

    https://tribecode.ai/api

    Rate Limits

    1000 requests/hour per API key

    Available Endpoints

    Analytics
    Insights & Events
    Knowledge Base
    Articles & Search
    Authentication

    Include your API key in the request header using one of these methods:

    Recommended method

    curl -H "Authorization: Bearer sk_live_your_api_key_here" \
      https://tribecode.ai/api/data/insights
    API Endpoints Status

    Working Endpoints

    GET
    /api/data/insights

    Get analytics insights for the authenticated user

    POST
    /api/data/events

    Track a single event (Currently returns 405)

    GET
    /api/knowledge-base/articles

    List all knowledge base articles with search and filtering

    Coming Soon

    POST
    /api/data/insights/{id}/read

    Mark insight as read

    POST
    /api/data/events/batch

    Track multiple events at once

    GET
    /api/knowledge-base/articles/{id}

    Get specific article by ID

    Quick Examples

    Get Analytics Insights

    curl -H "Authorization: Bearer sk_live_your_api_key_here" \
      https://tribecode.ai/api/data/insights

    Track an Event

    curl -X POST \
      -H "Authorization: Bearer sk_live_your_api_key_here" \
      -H "Content-Type: application/json" \
      -d '{"event_name": "task_completed", "event_data": {"task_id": "123"}}' \
      https://tribecode.ai/api/data/events
    Resources

    Need the example code?

    Check out the complete API examples repository at github.com/TRIBE-INC/tribe-api with working examples in JavaScript/Node.js.

    tribecodetribecode

    Not another agent—a telemetry vault + API you can trust.

    Product

    • Pricing
    • Support

    Developers

    • Documentation
    • API Reference
    • GitHub

    © 2026 tribecode. All rights reserved.

    Privacy PolicyTerms of Service