How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ArthurAI Agentic Experiments API

The Agentic Experiments API from ArthurAI — 4 operation(s) for agentic experiments.

ArthurAI Agentic Experiments API is one of 98 APIs that ArthurAI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Agentic Experiments. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 4 paths, and defines 38 schemas. It is described by OpenAPI 3.2.0, at version 2.1.688.

Requests are made against a single base URL, https://platform.arthur.ai/api.

6 operations 4 paths 38 schemas 1 DELETE3 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.1.688
Base URL
https://platform.arthur.ai/api
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

ArthurAI Agentic Experiments API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API_Key).

  • API_Key — Bearer token authentication with an API key

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Agentic Experiments 6
GET
/api/v1/tasks/{task_id}/agentic_experiments
List agentic experiments
list_agentic_experiments_api_v1_tasks__task_id__agentic_experiments_get 6 params → 200422
POST
/api/v1/tasks/{task_id}/agentic_experiments
Create and run an agentic experiment
create_agentic_experiment_api_v1_tasks__task_id__agentic_experiments_post 1 param body → 200422
GET
/api/v1/agentic_experiments/{experiment_id}
Get agentic experiment details
get_agentic_experiment_api_v1_agentic_experiments__experiment_id__get 1 param → 200422
DELETE
/api/v1/agentic_experiments/{experiment_id}
Delete agentic experiment
delete_agentic_experiment_api_v1_agentic_experiments__experiment_id__delete 1 param → 204422
GET
/api/v1/agentic_experiments/{experiment_id}/test_cases
Get experiment test cases
get_agentic_experiment_test_cases_api_v1_agentic_experiments__experiment_id__test_cases_get 4 params → 200422
PATCH
/api/v1/agentic_experiments/{experiment_id}/notebook
Attach notebook to agentic experiment
attach_notebook_to_agentic_experiment_api_v1_agentic_experiments__experiment_id__notebook_patch 2 params → 200422

Schemas 38

The contract defines 38 schemas that model the data the API accepts and returns. The most detailed are AgenticExperimentDetail (17 properties), AgenticExperimentSummary (14 properties), CreateAgenticExperimentRequest (8 properties), AgenticTestCaseListResponse (5 properties). Each schema is shown below with its type and property counts.

AgenticExperimentOutputVariableSource
object
Variable source from experiment output (agentic experiments only support transform variables)
2 properties 2 required
EvalExecution
object
Details of an eval execution
4 properties 3 required
DatasetRefInput
object
Reference to a dataset and version for input (without name)
2 properties 2 required
TransformVariableExperimentOutputSource
object
Reference to experiment output using transform variable extraction (agentic experiments only)
2 properties 1 required
AgenticEvalRef-Output
object
Reference to an evaluation configuration with transform
4 properties 4 required
AgenticExperimentGeneratorType
string
NewDatasetVersionRowColumnItemRequest
object
Represents a single column-value pair in a dataset row.
2 properties 2 required
AgenticSummaryResults
object
Summary results across all evaluations
1 property 1 required
DatasetColumnSource
object
Reference to a dataset column
1 property 1 required
AgenticTestCase
object
Individual test case result for agentic experiment
5 properties 4 required
AgenticEvalVariableMapping-Output
object
Mapping of an eval variable to its source (dataset column or experiment output). For transform variables, use ExperimentOutputVariableSource with transformvari…
2 properties 2 required
PaginationSortMethod
string
TemplateVariableMapping-Input
object
Mapping of a template variable to its source
2 properties 2 required
TemplateVariableMapping-Output
object
Mapping of a template variable to its source
2 properties 2 required
HttpTemplate
object
HTTP template configuration for agent endpoint
4 properties 3 required
AgenticOutput
object
Output from an agent HTTP request execution
3 properties 1 required
AgenticExperimentListResponse
object
Paginated list of agentic experiments
5 properties 5 required
CreateAgenticExperimentRequest
object
Request to create a new agentic experiment
8 properties 5 required
ValidationError
object
5 properties 3 required
HttpHeader
object
HTTP header with support for variable placeholders
2 properties 2 required
AgenticExperimentSummary
object
Summary of an agentic experiment
14 properties 11 required
TestCaseStatus
string
Status of a test case
EvalResultSummary
object
Results for a single eval
4 properties 4 required
InputVariable
object
Input variable for a test case
2 properties 2 required
DatasetColumnVariableSource
object
Variable source from a dataset column
2 properties 2 required
AgenticEvalRef-Input
object
Reference to an evaluation configuration with transform
4 properties 4 required
AgenticResult
object
Results from an agent execution with evals
5 properties 4 required
HTTPValidationError
object
1 property
RequestTimeParameter
object
Request-time parameter with name and value (e.g., API keys, tokens)
2 properties 2 required
EvalExecutionResult
object
Results from an eval execution
3 properties 3 required
AgenticEvalVariableMapping-Input
object
Mapping of an eval variable to its source (dataset column or experiment output). For transform variables, use ExperimentOutputVariableSource with transformvari…
2 properties 2 required
DatasetRef
object
Reference to a dataset and version (with name)
3 properties 3 required
ExperimentStatus
string
Status of an experiment
AgenticEvalResultSummaries
object
Summary of evaluation results for an agentic experiment
4 properties 4 required
RequestTimeParameterSource
object
Variable source from request-time parameters (e.g., tokens, API keys)
1 property 1 required
AgenticExperimentDetail
object
Detailed information about an agentic experiment
17 properties 12 required
GeneratedVariableSource
object
Variable source for generated values (e.g., UUIDs, timestamps)
2 properties 2 required
AgenticTestCaseListResponse
object
Paginated list of agentic test cases
5 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

arthurai-agentic-experiments-api-openapi.yml Raw ↑

Other APIs ArthurAI publishes across the network.

ArthurAI Agent Discovery API
ArthurAI Agentic Notebooks API
ArthurAI Agents V1 API
ArthurAI Alert Rules V1 API
ArthurAI Alerts V1 API
ArthurAI API Keys API
ArthurAI Authorization V1 API
ArthurAI Chatbot API
ArthurAI Configuration API
ArthurAI Connector Schemas V1 API
ArthurAI Connectors V1 API
ArthurAI Continuous Eval Test Runs API
Where this information came from

This is an independent, third-party profile of ArthurAI Agentic Experiments API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.