Developer Tools & DevOps
Connect Aryn to Your AI Agents
Enable your Wkil agents to parse documents into structured data, organize them into DocSets, and query the extracted content through Aryn.
Authentication: API key
What you can do
- Parse unstructured documents into usable data
- Organize documents into searchable sets
- Track long-running document processing jobs
Available capabilities may vary by authentication and workspace configuration.
Actions supported by the connector
Partition Document
Break a document into structured elements — text, tables, and images — for downstream use.
Create DocSet
Start a new collection to organize related documents.
Get Document by ID
Retrieve a previously processed document from storage.
Generate plan
Build a query plan for a DocSet without running it yet.
List Async Tasks
Check the status of documents still being processed in the background.
Delete DocSet
Remove a document collection that's no longer needed.
Get DocSet Metadata
Retrieve summary details about a document collection.
Download Document Binary
Download the original file behind a processed document.
Submit Document for Async Add
Queue a document to be added and processed in the background.
Practical agent use cases
- An agent extracts tables and figures from an uploaded PDF report before summarizing it.
- An agent groups incoming contracts into a shared DocSet for later querying.
How it works with Wkil
- 1Choose the integrationAdd Aryn to your agent from inside the Wkil platform.
- 2Grant the permissions it needsDefine precisely what the agent can access and perform.
- 3Test, then run itTest actions before they go live, with human approval where needed.
Permissions always stay in your control — you can scope access and require human approval before any sensitive action.
FAQ
What kind of documents can an agent process?
Any document submitted for partitioning — the tool extracts text, tables, and images from it into structured elements.
Is authentication required?
Yes — access uses an API key scoped to your Aryn account.

