Skip to main content
Ragie logo

Ragie

Fully managed RAG-as-a-Service for developers

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Ragie authenticates with an API key. Generate the credential in your Ragie account, then paste it into FlyMyAI the first time an agent uses a Ragie action.

Get your Ragie credential →

Fields to fill in FlyMyAI

FieldDetails
API KeySign in and copy your API key directly from your dashboard under API Keys (https://secure.ragie.ai/api-keys) (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
RAGIE_CREATE_DOCUMENTTool to upload and process a document file in Ragie. Use when you need to create a new document with support for various formats including text, images, and documents. The endpoint accepts multipart/form-data and returns a Document object with processing stat…-
RAGIE_CREATE_DOCUMENT_FROM_URLTool to ingest a document from a publicly accessible URL. Use when you need to add documents to Ragie from external sources. The document undergoes processing steps (pending, partitioning, indexed, ready) before becoming available for retrieval.url
RAGIE_CREATE_DOCUMENT_RAWTool to ingest a document as raw text or JSON. Use when creating a new document from text or JSON data. The document goes through processing steps and becomes available for retrieval once in the ready state.data
RAGIE_CREATE_INSTRUCTIONTool to create a new instruction that applies natural language directives to documents as they're ingested or updated. Use when you need to define structured data extraction or analysis rules for documents in Ragie.name, prompt, entity_schema
RAGIE_CREATE_OAUTH_REDIRECT_URLTool to create an OAuth redirect URL for initializing embedded connector OAuth flows. Use when you need to set up OAuth authentication for connectors like Google Drive, Notion, or HubSpot.redirect_uri
RAGIE_CREATE_PARTITION_PARTITIONS_POSTTool to create a new partition for scoping documents and connections in Ragie. Use when you need to organize documents and set resource limits for different workspaces or tenants.name
RAGIE_DELETE_DOCUMENTTool to delete a document from Ragie. Use when you need to remove a document permanently from the system. Supports both synchronous and asynchronous deletion modes.document_id
RAGIE_DELETE_INSTRUCTIONTool to delete an instruction and all associated entities. Use when you need to permanently remove an instruction (irreversible operation). Requires the instruction ID (UUID format).instruction_id
RAGIE_DELETE_PARTITIONTool to delete a partition and all associated data irreversibly. Use when you need to permanently remove a partition. Returns status 200 for synchronous deletion or 202 for asynchronous deletion.partition_id
RAGIE_GET_DOCUMENTTool to retrieve a specific document by its unique identifier. Use when you need to get document details, metadata, processing status, or check for errors. Returns comprehensive document information including chunk count, page count, and any processing errors.document_id
RAGIE_GET_DOCUMENT_CHUNKTool to retrieve a specific document chunk by its document and chunk ID. Use when you need detailed information about a specific chunk within a document, including its content, metadata, position index, and optional modality data for audio/video chunks.document_id, chunk_id
RAGIE_GET_DOCUMENT_CHUNKSTool to retrieve document chunks with pagination support. Lists all document chunks sorted by index in ascending order (max 100 items per page). Documents created prior to 9/18/2024 that have not been updated since have chunks sorted by ID instead of index.document_id
RAGIE_GET_DOCUMENT_CHUNK_CONTENTTool to retrieve document chunk content in requested format with streaming support for media. Use when you need to get the actual content of a specific chunk from a document.document_id, chunk_id
RAGIE_GET_DOCUMENT_CONTENTTool to retrieve the content of a document by its ID. Use when you need to access the full content of a specific document. The media_type parameter can be used to request content in different formats.document_id
RAGIE_GET_DOCUMENT_SUMMARYTool to retrieve an LLM-generated summary of a document by its ID. Use when you need to get a concise summary of a document's content.document_id
RAGIE_GET_PARTITIONTool to retrieve a partition by ID with usage statistics and resource limits. Use when you need to get detailed information about a specific partition.partition_id
RAGIE_GET_RESPONSETool to retrieve a response by its unique identifier. Use when you need to check the status or details of a previously created response.response_id
RAGIE_LIST_CONNECTIONS_CONNECTIONS_GETTool to list all connections sorted by creation date descending with pagination support. Use when you need to retrieve connections, optionally filtered by metadata.-
RAGIE_LIST_CONNECTION_SOURCE_TYPESTool to list available connection source types like 'google_drive' and 'notion' along with their metadata. Use when you need to discover what connector types are available in Ragie.-
RAGIE_LIST_DOCUMENTSTool to list all documents sorted by creation date (descending) with pagination support. Use when you need to browse or retrieve document metadata. Supports filtering and pagination up to 100 items per page.-
RAGIE_LIST_ENTITIES_BY_DOCUMENTTool to retrieve all extracted entities from a specific document with pagination support. Use when you need to access structured data that has been extracted from a document by Ragie's entity extraction instructions.document_id
RAGIE_LIST_ENTITIES_BY_INSTRUCTIONTool to retrieve entities generated by a specific instruction. Use when you need to fetch entities extracted from documents based on a specific instruction's processing.instruction_id
RAGIE_LIST_INSTRUCTIONSTool to retrieve all instruction records from the Ragie system. Use when you need to view all available instructions that define natural language prompts and entity schemas applied to documents.-
RAGIE_LIST_PARTITIONSTool to retrieve a paginated list of all partitions sorted by name in ascending order. Use when you need to list available partitions with their configurations and limits.-
RAGIE_PATCH_DOCUMENT_METADATATool to update metadata for a specific document with partial update support. Use when you need to modify document metadata fields without replacing the entire metadata object. Supports both synchronous and asynchronous updates.document_id, metadata
RAGIE_RETRIEVETool to retrieve relevant document chunks based on a query. Use when you need to search and retrieve document content that matches a specific query, with optional filtering and reranking capabilities.query
RAGIE_SET_PARTITION_LIMITSTool to set usage limits on partition pages and media. Use when you need to configure monthly or maximum limits for pages processed/hosted, video/audio processing, or media streaming/hosting for a specific partition.partition_id
RAGIE_UPDATE_DOCUMENT_FROM_URLTool to update an existing document by fetching content from a publicly accessible URL. Use when you need to refresh or replace a document's content with data from a web URL. The document goes through processing steps before it is ready for retrieval.document_id, url
RAGIE_UPDATE_DOCUMENT_RAWTool to update a document's content from raw text or JSON data. Use when modifying existing document content. The document undergoes processing and becomes available for retrieval once it reaches the ready state.document_id, data
RAGIE_UPDATE_INSTRUCTIONTool to update an instruction's active status. Use when you need to activate or deactivate an existing instruction.instruction_id, active
RAGIE_UPDATE_PARTITIONTool to update a partition's configuration including description, context-aware settings, and metadata schema. Use when you need to modify an existing partition's settings.partition_id
We love our partners - FlyMy.AI builds with the best. Thanks, Ragie!