Airparser

Airparser extracts structured data from emails, documents, and other files using AI-powered parsing.

10 actions Integration catalog
Request access
Connect Airparser once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Clone Extraction SchemaAIRPARSER_CLONE_EXTRACTION_SCHEMA
Replace a destination inbox's extraction schema with a copy of a source inbox's schema.
Create InboxAIRPARSER_CREATE_INBOX
Create an Airparser inbox/parser for a document family using a text or vision extraction engine.
Delete InboxAIRPARSER_DELETE_INBOX
Permanently delete an Airparser inbox and every document it contains. This destructive, cascading operation cannot be undone and requires explicit confirmation.
Get Account UsageAIRPARSER_GET_ACCOUNT_USAGE
Return the connected Airparser account's role, verification state, plan, and parsing-credit usage without exposing personal, secret, or internal account fields.
Get DocumentAIRPARSER_GET_DOCUMENT
Get parsed output and status for a document, optionally including extended source and navigation details.
Get InboxAIRPARSER_GET_INBOX
Get one Airparser inbox, including its current extraction schema and useful parsing configuration.
List DocumentsAIRPARSER_LIST_DOCUMENTS
List and search documents in one inbox, one page at a time.
List InboxesAIRPARSER_LIST_INBOXES
List the Airparser inboxes available to the connected account.
Parse Document SynchronouslyAIRPARSER_PARSE_DOCUMENT_SYNC
Upload one document to an inbox and wait for its extracted JSON. This non-idempotent operation consumes plan credits, including one credit per PDF page. Do not retry automatically after an ambiguous failure because a retry can consume credits and create another document.
Upsert Extraction SchemaAIRPARSER_UPSERT_EXTRACTION_SCHEMA
Create or completely replace the extraction schema used by an Airparser inbox. The fields array is the complete replacement, not a partial update.