Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ai-stats.phaseo.app/llms.txt

Use this file to discover all available pages before exploring further.

The Ruby SDK is not published on RubyGems yet. Use it from source for now.

Requirements

  • Ruby 3.1+
  • Access to this repository

Install from local source

  1. Regenerate generated files (optional but recommended after API changes):
pnpm openapi:gen:ruby
  1. Load the SDK directly from the repository path:
require_relative '../ai-stats-public/packages/sdk/sdk-ruby/lib/index'
This loads the local preview wrapper and generated operations.
Last modified on February 17, 2026