AI & ML10 toolsPaste one API key
Parsio integration for AI agents
Parsio extracts structured data from emails, PDFs, and other documents using configurable parsers.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Parsio once and call the same tools from all of them.
Setup
Connect Parsio 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
Parsio exposes 10 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
parsio_get_document | Get one Parsio document and its mailbox-specific parsed JSON fields | Read |
parsio_get_mailbox | Get settings and parser configuration for one Parsio mailbox | Read |
parsio_list_documents | List and filter documents in a Parsio mailbox, one page at a time | Read |
parsio_list_mailboxes | List the Parsio mailboxes available to the connected account so their IDs can be used for | Read |
parsio_list_table_fields | List the extraction fields configured for a Parsio mailbox | Read |
parsio_parse_text_document | Submit plain text or HTML to an existing template-based or GPT-powered Parsio mailbox | Read |
parsio_update_mailbox | Update one or more settings on an existing Parsio mailbox | Write |
parsio_upload_document | Upload one file to a Parsio mailbox for parsing, optionally waiting for the parsed result | Write |
parsio_reparse_document | Queue an existing Parsio document to be parsed again | Read |
parsio_skip_documents | Mark one or more documents in a Parsio mailbox as skipped | Read |