AI agents for data analysis, extraction, and transformation. Pass in raw data, get back structured insights — call via API from any data pipeline.
Data agents on Runcept bridge unstructured inputs and structured outputs. Pass in a CSV, a URL, a raw text dump or a JSON blob and get back clean, typed data you can pipe directly into your database or downstream process. Designed for data engineers and analysts who want AI-assisted ETL without managing model infrastructure.
Input is always JSON. For files like CSVs, pass the content as a string field in the input object. Check each agent's input schema for the expected shape.
Yes. Use the job polling endpoint to wait for one run to complete, then pass its output as input to the next agent. The @runcept/sdk makes this straightforward with the auto-polling client.run() method.