Public API v1

Build with EOS Intelligence

REST API powered by Claude with built-in EOS methodology knowledge. Add EOS expertise to any application in minutes.

EOS Knowledge Built-In

Every request includes EOS methodology context from our knowledge base.

Claude Powered

Powered by Claude with 200K context window and extended thinking capabilities.

Enterprise Security

API keys with scopes, rate limiting, and usage tracking.

Streaming Support

Real-time streaming responses via Server-Sent Events.

Quick Start

Get up and running in under a minute

curl -X POST https://eosbot.ai/api/v1/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "eosai-v1",
    "messages": [
      {"role": "user", "content": "What is a Level 10 Meeting?"}
    ]
  }'
1

Get an API Key

Sign up and generate your API key from the dashboard settings.

2

Make a Request

Send a POST request to the chat endpoint with your message.

3

Get EOS Insights

Receive AI responses powered by EOS methodology knowledge.

API Endpoints

All endpoints use base URL: https://eosbot.ai/api

Click any endpoint to see full details, parameters, and code examples

Chat Completions

Generate AI responses with EOS methodology knowledge built-in.

Create chat completion

Conversations

Persistent multi-turn conversations with automatic history management.

Create conversation

List conversations

Get conversation

Send message

Delete conversation

Document Analysis

Analyze documents and answer questions about their content.

Analyze document

Embeddings

Generate vector embeddings for semantic search and similarity.

Create embeddings

Models

Discover available models and EOS knowledge namespaces.

List models

Usage

Monitor API usage and rate limits for your API key.

Get usage statistics

Available Models

Choose the right model for your use case

eosai-v1

Powered by Claude Sonnet 4.5. Best balance of speed and quality for EOS guidance.

Context: 200K tokens
Max output: 4,096 tokens

eosai-v1-fast

Powered by Claude Haiku 4.5. Optimized for quick responses.

Context: 200K tokens
Max output: 4,096 tokens

eosai-v1-pro

Pro

Powered by Claude Opus 4.5. Extended thinking for complex EOS scenarios.

Context: 200K tokens
Max output: 16,384 tokens

Authentication

All API requests require authentication via API key. Include your key in the Authorization header.

Bearer Token

Include as Authorization: Bearer YOUR_KEY

X-API-Key Header

Alternative: X-API-Key: YOUR_KEY

# Using Bearer token
curl https://eosbot.ai/api/v1/chat \
  -H "Authorization: Bearer eosai_sk_..."

# Using X-API-Key header  
curl https://eosbot.ai/api/v1/chat \
  -H "X-API-Key: eosai_sk_..."

Rate Limits

API keys have per-minute and daily request limits

Limit TypeDefaultHeader
Requests per minute60X-RateLimit-Remaining-RPM
Requests per day1,000X-RateLimit-Remaining-RPD

Full API Reference

Explore all endpoints with complete parameter documentation and response schemas.

Ready to Build?

Get your API key and start integrating EOS intelligence into your applications today.