Each cookbook is a self-contained recipe you can copy and run. The tool recipes cover a single pipeline step; the ingestion recipe runs all four steps as one managed job.

Tools

Run a single pipeline step on demand. Tool requests authenticate with a Bearer token and do not need a workspace.

Convert

Normalize a source document into clean text.

Split

Break converted text into smaller chunks.

Shape

Infer the schema of your data.

Extract

Pull specific fields and values out of the text.

Pipeline

Run a full ingestion

Chain convert → split → shape → extract into one managed job and load the result into a workspace.

Query your data

Run natural-language queries over the data you have ingested into a workspace.
Each recipe assumes your API key is in the AIQL_API_KEY environment variable. See Authentication for details.