AI & ML9 toolsPaste one API key
Aryn integration for AI agents
Aryn is an AI-powered platform for document parsing, data extraction, and analytics, enabling users to process and query unstructured documents at scale.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Aryn once and call the same tools from all of them.
Setup
Connect Aryn 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
Aryn exposes 9 tools through ClawLink. The 8 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
aryn_generate_plan | Generate a query plan without executing it | Read |
aryn_get_doc_set | Retrieve metadata for a specific DocSet by its ID | Read |
aryn_get_document | Retrieve a document by ID from Aryn DocParse storage | Read |
aryn_get_document_binary | Download the original binary content (e.g., PDF, image) of a document from an Aryn DocSet | Read |
aryn_list_async_tasks | List all outstanding asynchronous tasks for the account | Read |
aryn_partition_document | Partition a document using Aryn DocParse to extract and structure its content elements | Read |
aryn_create_docset | Create a new DocSet | Write |
aryn_submit_async_add_doc | Submit a document for asynchronous addition to a DocSet | Read |