Documentation

Comprehensive guides, tutorials, and API references to help you build powerful AI solutions.

Receive Webhooks to AI Agents Actions

Get notified when things happen. Subscribe to agent events and receive signed HTTP callbacks — message received, message sent, thread created, and more.

Read documentation

Scheduled Tasks for AI Agents

Agents that act on their own schedule. Set up reminders, recurring reports, and automated check-ins — your agent runs in the background and delivers results to Slack, Telegram, WhatsApp, or any connected channel.

Read documentation

Connect Teams, Slack, Discord, WhatsApp, Gmail and More to AI Agents

Put your agent on Slack, Telegram, WhatsApp, Discord, Teams, or Gmail. Connect a channel, and your agent receives messages and replies natively on each platform — with proper formatting, threading, and session management.

Read documentation

Agentic Knowledge Graphs

Turn documents into structured, queryable knowledge. Upload files, define a schema, and let your agents traverse entities and relationships — not just match keywords.

Read documentation

Memory Stores for Agents

Build agents that remember. Ragwalla Memory stores give your agents long-term memory — shared across a team, or scoped to individual users. Write once, read from any agent you authorize.

Read documentation

Vector Store API Documentation

Vector Store API Documentation This document provides instructions on how to interact with the Vector Store API endpoints. All API endpoints are prefixed with `/v1`.

Read documentation

Retrieving Vectors from Vector Store Files

Retrieving Vectors from Vector Store Files Ragwalla now supports retrieving the actual vector embeddings for files in your vector stores. This feature gives you direct access to the processed...

Read documentation

OpenAI Files API: Complete Guide to Upload, Manage & Delete Files

# OpenAI Files API: Complete Guide to Upload, Manage & Delete Files The OpenAI Files API allows you to upload, manage, and delete files for use with Assistants, fine-tuning, and...

Read documentation

OpenAI Assistants API Deprecation: Migration Guide (Updated January 28, 2026)

OpenAI is shutting down the Assistants API on August 26, 2026. Learn how to migrate to Responses API + Conversations API or use wire-compatible alternatives.

Read documentation

Execute Custom Functions and Use Secrets With RAG Agents

Custom Functions and Secrets Management Guide This guide covers how to create secure custom functions for Ragwalla agents and manage secrets safely. ## Table of Contents - [Overview](#overview) -...

Read documentation

Choosing The Right Embedding Model for Your Workload

Choosing the right text embedding model is crucial for building effective AI applications like chatbots and retrieval systems. This guide is aimed at developers familiar with OpenAI’s Assistant and highlights how Ragwalla gives you the freedom to select different embedding models – a flexibility not available in the standard OpenAI Assistant.

Read documentation

Mapping FileIds to URLs in the OpenAI Assistants API Using Ragwalla

When using OpenAI Assistants, developers typically must manage their own mapping between file identifiers (file_id), URLs, and titles due to OpenAI's lack of metadata support on files. Ragwalla's Assistants API provides a simple solution by allowing developers to create and manage these mappings easily.

Read documentation

Getting Started with the Ragwalla Assistants API

The Ragwalla Assistants API is designed to be fully wire-compatible with OpenAI's Assistants API, providing developers seamless integration through familiar SDKs and interfaces. This guide helps you quickly provision your own unique endpoint and start building intelligent applications.

Read documentation