Skip to main content

CLI

Config

For automation, put DEEPLINE_HOST_URL and DEEPLINE_API_KEY in the workspace folder’s .env.deepline, then run plain deepline ... commands from that folder.

Input size limits

Play input should contain parameters, filters, and file references. For large tables, lead lists, research corpora, or documents, pass a file path and read it inside the play with ctx.csv(input.csv) or the relevant file reader.

Bindings

Common fixes