Skip to content

Reference

Welcome to the Pika Platform technical reference. This section provides detailed specifications, schemas, and API documentation for quick lookup of syntax, parameters, and configuration options.

Complete reference for all configuration options:

REST API and SDK documentation:

  • REST API - Core REST API endpoints for chat, users, and admin functions
  • Tag Definitions API - API for managing custom UI tags and widgets

Command-line interface documentation:

Type definitions and interfaces:

Component libraries and interfaces:

Most configuration and API interactions in Pika are fully typed with TypeScript. Install the pika-shared package for type safety in your projects:

Terminal window
npm install -D pika-shared

This gives you IntelliSense, compile-time validation, and inline documentation throughout your development workflow.

Notice an error or missing information? Reference documentation is generated from both code and manual documentation. To contribute:

  • Type definitions - Submit PRs to the main codebase
  • Documentation content - Follow our Contributing Guide

Looking for something specific? Use the search at the top of the page or browse the navigation on the left.