Skip to main content

Welcome to Reminix API

Build AI agents with simple code and interact with them via REST APIs. The API supports both stateless invocation and conversational chat, with built-in streaming for real-time responses.

Key Features

  • Stateless Invocation: Execute operations with structured input/output
  • Conversational Chat: Back-and-forth conversations with OpenAI-compatible message format
  • Streaming Support: Real-time Server-Sent Events (SSE) for progressive responses
  • GitHub Integration: Deploy agents directly from your repositories
  • Project Management: Organize agents under projects with API key authentication

Authentication

All API requests require authentication using a Project API Key passed in the Authorization header.
Authorization: Bearer reminix_sk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Getting Your API Key

  1. Sign in to the Reminix Dashboard
  2. Navigate to your project settings
  3. Copy your Project API Key from the API Keys section

Base URL

All API requests should be made to:
https://api.reminix.com/v1

SDKs