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 Notebooks API

The Agentic Notebooks API from ArthurAI — 4 operation(s) for agentic notebooks.

ArthurAI Agentic Notebooks 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 Notebooks. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 8 operations across 4 paths, and defines 32 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.

8 operations 4 paths 32 schemas 1 DELETE4 GET1 POST2 PUT

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 Notebooks 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 8

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

Agentic Notebooks 8
POST
/api/v1/tasks/{task_id}/agentic_notebooks
Create an agentic notebook
create_agentic_notebook_api_v1_tasks__task_id__agentic_notebooks_post 1 param body → 201422
GET
/api/v1/tasks/{task_id}/agentic_notebooks
List agentic notebooks
list_agentic_notebooks_api_v1_tasks__task_id__agentic_notebooks_get 5 params → 200422
GET
/api/v1/agentic_notebooks/{notebook_id}
Get agentic notebook details
get_agentic_notebook_api_v1_agentic_notebooks__notebook_id__get 1 param → 200422
PUT
/api/v1/agentic_notebooks/{notebook_id}
Update agentic notebook metadata
update_agentic_notebook_api_v1_agentic_notebooks__notebook_id__put 1 param body → 200422
DELETE
/api/v1/agentic_notebooks/{notebook_id}
Delete agentic notebook
delete_agentic_notebook_api_v1_agentic_notebooks__notebook_id__delete 1 param → 204422
GET
/api/v1/agentic_notebooks/{notebook_id}/state
Get agentic notebook state
get_agentic_notebook_state_api_v1_agentic_notebooks__notebook_id__state_get 1 param → 200422
PUT
/api/v1/agentic_notebooks/{notebook_id}/state
Set agentic notebook state
set_agentic_notebook_state_api_v1_agentic_notebooks__notebook_id__state_put 1 param body → 200422
GET
/api/v1/agentic_notebooks/{notebook_id}/history
Get agentic notebook history
get_agentic_notebook_history_api_v1_agentic_notebooks__notebook_id__history_get 4 params → 200422

Schemas 32

The contract defines 32 schemas that model the data the API accepts and returns. The most detailed are AgenticExperimentSummary (14 properties), AgenticNotebookSummary (9 properties), AgenticNotebookDetail (8 properties), AgenticNotebookListResponse (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
AgenticNotebookDetail
object
Detailed agentic notebook information
8 properties 7 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
AgenticNotebookSummary
object
Summary of an agentic notebook
9 properties 6 required
SetAgenticNotebookStateRequest
object
Request to set the agentic notebook state
1 property 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
DatasetColumnSource
object
Reference to a dataset column
1 property 1 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
AgenticNotebookState
object
Draft state of an agentic notebook - mirrors agentic experiment config but all fields optional. Used for requests (input).
5 properties
TemplateVariableMapping-Input
object
Mapping of a template variable to its source
2 properties 2 required
PaginationSortMethod
string
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
AgenticExperimentListResponse
object
Paginated list of agentic experiments
5 properties 5 required
ValidationError
object
5 properties 3 required
CreateAgenticNotebookRequest
object
Request to create a new agentic notebook
3 properties 1 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
DatasetColumnVariableSource
object
Variable source from a dataset column
2 properties 2 required
UpdateAgenticNotebookRequest
object
Request to update an agentic notebook
2 properties
AgenticEvalRef-Input
object
Reference to an evaluation configuration with transform
4 properties 4 required
HTTPValidationError
object
1 property
AgenticNotebookListResponse
object
Paginated list of agentic notebooks
5 properties 5 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
RequestTimeParameterSource
object
Variable source from request-time parameters (e.g., tokens, API keys)
1 property 1 required
AgenticNotebookStateResponse
object
Draft state of an agentic notebook - mirrors agentic experiment config but all fields optional. Used for responses (output).
5 properties
GeneratedVariableSource
object
Variable source for generated values (e.g., UUIDs, timestamps)
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs ArthurAI publishes across the network.

ArthurAI Agent Discovery API
ArthurAI Agentic Experiments 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 Notebooks 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.