AI & ML24 toolsPaste one API key
Arize AX integration for AI agents
Arize AX is an AI engineering platform for tracing, evaluating, and improving AI applications through projects, datasets, prompts, experiments, traces, and spans.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Arize AX once and call the same tools from all of them.
Setup
Connect Arize AX through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Arize AX exposes 24 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
arize_ax_get_dataset | Get one Arize dataset and its versions by dataset ID | Read |
arize_ax_get_experiment | Get one Arize experiment by its ID, without its experiment runs | Read |
arize_ax_get_project | Get one accessible Arize project by its ID | Read |
arize_ax_get_prompt | Get an Arize prompt with its current, explicitly selected, or labeled version | Read |
arize_ax_get_space | Get one accessible Arize space by its ID | Read |
arize_ax_list_dataset_examples | List one page of examples from an Arize dataset or a specific dataset version, preserving | Read |
arize_ax_list_datasets | List one page of Arize datasets, optionally filtered by space or dataset name | Read |
arize_ax_list_experiment_runs | List one page of runs and outputs for an Arize experiment, preserving additional run fields | Read |
arize_ax_list_experiments | List one page of Arize experiments, optionally filtered by dataset, space, or name | Read |
arize_ax_list_projects | List one page of accessible Arize projects, optionally filtered by space or project name | Read |
arize_ax_list_prompt_versions | List one page of versions for an Arize prompt, newest first | Read |
arize_ax_list_prompts | List one page of Arize prompts, optionally filtered by space or prompt name | Read |
arize_ax_list_spaces | List one page of Arize spaces accessible to the connected API key, optionally filtered by | Read |
arize_ax_list_spans | Read one bounded page of spans for an Arize project using optional time and filter constraints | Read |
arize_ax_list_traces | Read one bounded page of traces and nested spans for an Arize project using optional time and | Read |
arize_ax_add_dataset_examples | Append arbitrary-field examples to an Arize dataset or a specified dataset version | Write |
arize_ax_add_experiment_runs | Append one or more runs to an existing Arize experiment | Write |
arize_ax_create_dataset | Create an Arize dataset in a space with an explicit initial array of examples | Write |
arize_ax_create_experiment | Create an Arize experiment with initial runs, associated with exactly one dataset or space | Write |
arize_ax_create_prompt | Create an Arize prompt and its initial version in a space | Write |
arize_ax_create_prompt_version | Create a new immutable version of an existing Arize prompt | Write |
arize_ax_update_dataset | Rename an existing Arize dataset | Write |
arize_ax_update_dataset_examples | Update existing Arize dataset examples by ID, optionally creating a named dataset version | Write |
arize_ax_update_prompt | Update or clear an Arize prompt's description | Write |