AI & ML31 toolsPaste one API key
Ragie integration for AI agents
Fully managed RAG-as-a-Service for developers.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Ragie once and call the same tools from all of them.
Setup
Connect Ragie through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Ragie exposes 31 tools through ClawLink. The 28 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
ragie_create_oauth_redirect_url | Create an OAuth redirect URL for initializing embedded connector OAuth flows | Write |
ragie_get_document | Retrieve a specific document by its unique identifier | Read |
ragie_get_document_chunk | Retrieve a specific document chunk by its document and chunk ID | Read |
ragie_get_document_chunk_content | Retrieve document chunk content in requested format with streaming support for media | Read |
ragie_get_document_chunks | Retrieve document chunks with pagination support | Read |
ragie_get_document_content | Retrieve the content of a document by its ID | Read |
ragie_get_document_summary | Retrieve an LLM-generated summary of a document by its ID | Read |
ragie_get_partition | Retrieve a partition by ID with usage statistics and resource limits | Read |
ragie_get_response | Retrieve a response by its unique identifier | Read |
ragie_list_connection_source_types | List available connection source types like 'google_drive' and 'notion' along with their | Read |
ragie_list_connections_connections_get | List all connections sorted by creation date descending with pagination support | Read |
ragie_list_documents | List all documents sorted by creation date (descending) with pagination support | Read |
ragie_list_entities_by_document | Retrieve all extracted entities from a specific document with pagination support | Read |
ragie_list_entities_by_instruction | Retrieve entities generated by a specific instruction | Read |
ragie_list_instructions | Retrieve all instruction records from the Ragie system | Read |
ragie_list_partitions | Retrieve a paginated list of all partitions sorted by name in ascending order | Read |
ragie_retrieve | Retrieve relevant document chunks based on a query | Read |
ragie_create_document | Upload and process a document file in Ragie | Write |
ragie_create_document_from_url | Ingest a document from a publicly accessible URL | Write |
ragie_create_document_raw | Ingest a document as raw text or JSON | Write |
ragie_create_instruction | Create a new instruction that applies natural language directives to documents as they're | Write |
ragie_create_partition_partitions_post | Create a new partition for scoping documents and connections in Ragie | Write |
ragie_patch_document_metadata | Update metadata for a specific document with partial update support | Read |
ragie_set_partition_limits | Set usage limits on partition pages and media | Write |
ragie_update_document_from_url | Update an existing document by fetching content from a publicly accessible URL | Write |
ragie_update_document_raw | Update a document's content from raw text or JSON data | Write |
ragie_update_instruction | Update an instruction's active status | Write |
ragie_update_partition | Update a partition's configuration including description, context-aware settings, and metadata | Write |