Delete API key by ID
Tool to delete an api key by its key id. use when revoking access for a specific api key after confirming the correct key id.
Download API keys
Tool to download all api keys under an account in csv format. use when you need a complete list of api keys for export or backup.
Get all API keys
Tool to retrieve all api keys under an account. use after authentication when you need to list api keys with pagination and sorting.
Get API key by ID
Tool to get an api key by key id. use when retrieving details of a specific api key after identifying its id.
Reset API key by ID
Tool to reset an api key by key id. use when you need to regenerate the secret for an api key after compromise or rotation.
Update API key by ID
Tool to update an api key by its id. use when you need to modify name, role, or enabled state after confirming the api key's identifier.
Change API key status by ID
Tool to enable or disable an api key by its id. use when you need to toggle the activation state of an existing api key after retrieving its identifier.
Get all connections
Tool to get all connections. use after authenticating when you need to list connections with pagination and sorting.
Create API Key
Tool to create a new api key. use when you need to provision access credentials for the api.
Get dashboard reports and usage
Tool to fetch account reports like pages used by agent, date, and product. use when analyzing usage over a date range.
Get agent input by ID
Tool to get agent input by agent id. use when you need to inspect or validate an agent's current input configuration before updating or starting jobs.
Update Input by Agent ID
Tool to update agent input by agent id. use when you need to modify an agent's input source (url, manual data, list, or agent) after verifying the agent id.
Download jobs
Tool to download all jobs in csv format. use when you need a complete list of jobs for export or analysis.
Download job file by ID
Tool to download output files by job id. use when you need to fetch a specific output file after a job completes.
Download Job Result by ID
Tool to download the agent output result by job id. use when you need to fetch the final output of a completed job in csv, tsv, or json format.
Fetch all jobs
Tool to fetch all jobs under an account. use when you need to view and filter the list of jobs with pagination and sorting.
Get Job by ID
Tool to fetch details of a specific job by its id. use when you need the full job metadata before retrieving results.
Get Job Logs by ID
Tool to fetch logs for a given job by its id. use when you need to review or debug job execution logs with pagination support.
List job files by ID
Tool to list output files by job id. use after job completion when you need to discover available output files.
Start Agent Job
Tool to start a new agent job. use when you need to trigger execution of an existing agent.
Stop Job by ID
Tool to stop a running job by job id. use when you need to halt an in-progress job before it completes. confirm the job id beforehand to avoid unintended stops.
Clear List Rows
Tool to clear all rows in a list by its id. use when you need to wipe out all data in a list before re-populating (e.g., \
Create List
Tool to create a new list. use after preparing the list name and optional description. example: \
Delete List by ID
Tool to delete a specific list by its id. use when you need to permanently remove a list after confirming it exists.
Download lists
Tool to download all lists in csv format. use when you need a complete set of lists for export or backup.
Get all lists
Tool to retrieve all lists under an account. use after authentication when you need to list lists with pagination and sorting.
Fetch List Rows by ID
Tool to fetch all rows in a specified list. use when you need to retrieve all data entries from a list with optional pagination and sorting. example: \
Update List by ID
Tool to update a list's name or description by list id. use when you need to modify list metadata after confirming its id. example: \
Upload CSV file to List
Tool to upload a csv file to a list. use when you need to bulk import rows into an existing list after verifying the list's column schema.
Add Agents to Project
Tool to add agent(s) to a project. use after confirming the project exists and you have valid agent ids. example: \
Create Project
Tool to create a new project. use when you need to initialize a project with a name and optional description or template.
Get all projects
Tool to retrieve all projects under an account. use after authentication when you need to list projects with pagination and sorting.