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

Arthur AI Agents V1 API

The Agents V1 API from Arthur AI — 12 operation(s) for agents v1.

Arthur AI Agents V1 API is one of 98 APIs that ArthurAI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Agents V1. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 12 operations across 12 paths, and defines 42 schemas. It is described by OpenAPI 3.2.0, at version 0.1.0.

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

12 operations 12 paths 42 schemas 10 GET1 PATCH1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.1.0
Base URL
https://platform.arthur.ai/api
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Arthur AI Agents V1 API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2AuthorizationCode) using the authorizationCode flow.

Paths & Operations 12

Across 12 paths, the API surfaces 12 operations — 10 GET, 1 PATCH, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Agents V1 12
GET
/api/v1/organization/unregistered_agents
List Organization Unregistered Agents
list_unregistered_agents_for_organization 12 params → 200500422
GET
/api/v1/organization/agent_llm_models
List Organization Agent Llm Models
list_agent_llm_models_for_organization 11 params → 200500422
GET
/api/v1/organization/agent_tools
List Organization Agent Tools
list_agent_tools_for_organization 11 params → 200500422
GET
/api/v1/agents/registered/{agent_id}
Get A Registered Agent By Its Id.
get_registered_agent_by_id 1 param → 200500404422
PATCH
/api/v1/agents/unregistered/{agent_id}
Update An Unregistered Agent.
update_unregistered_agent 1 param body → 200500404422
GET
/api/v1/workspaces/{workspace_id}/agents/registered
List All Agents For A Workspace.
list_agents_for_workspace 13 params → 200500422
GET
/api/v1/workspaces/{workspace_id}/agents/unregistered
List All Unregistered Agents For A Workspace.
list_unregistered_agents_for_workspace 13 params → 200500422
GET
/api/v1/workspaces/{workspace_id}/agents/registered/tools
List All Registered Agent Tools For A Workspace.
list_tools_for_workspace 12 params → 200500422
GET
/api/v1/workspaces/{workspace_id}/agents/registered/subagents
List All Registered Agent Sub-Agents For A Workspace.
list_sub_agents_for_workspace 12 params → 200500422
GET
/api/v1/workspaces/{workspace_id}/agents/registered/llm_models
List All Registered Agent Llm Models For A Workspace.
list_llm_models_for_workspace 12 params → 200500422
GET
/api/v1/workspaces/{workspace_id}/agents/registered/data_sources
List All Registered Agent Data Sources For A Workspace.
list_data_sources_for_workspace 12 params → 200500404422
PUT
/api/v1/workspaces/{workspace_id}/agents
Upsert Agents.
put_agents 1 param body → 200500400404422

Schemas 42

The contract defines 42 schemas that model the data the API accepts and returns. The most detailed are AgentResponse (19 properties), Agent (14 properties), RuleResponse (10 properties), GCPAgentCreationSource (5 properties). Each schema is shown below with its type and property counts.

OTELAgentCreationSource
object
Creation source for OTEL-discovered agents (auto-created from traces).
2 properties
ValidationError
object
5 properties 3 required
ManualAgentCreationSource
object
Creation source for manually created tasks.
1 property
Tool
object
Tool definition with arguments.
2 properties 1 required
PatchUnregisteredAgentRequest
object
Request body for partially updating an unregistered agent.
1 property
ResourceList_AgentResponse_
object
2 properties 2 required
KeywordsConfig
object
1 property 1 required
ToolArgument
object
Argument definition for a tool.
2 properties 2 required
RuleScope
string
ExamplesConfig
object
2 properties 1 required
SubAgent
object
Sub-agent definition.
1 property 1 required
RegexConfig
object
1 property 1 required
HTTPValidationError
object
1 property
GCPAgentCreationSource
object
Creation source for GCP-discovered agents.
5 properties 3 required
Pagination
object
4 properties 2 required
ToxicityConfig
object
1 property
LLMModelResponse
object
Response model for an LLM model with assigned ID.
2 properties 2 required
LLMModel
object
Model used by an agent.
1 property 1 required
AgentSort
string
NotFoundError
object
1 property
DataSourceResponse
object
Response model for a data source with assigned ID.
2 properties 2 required
SubAgentResponse
object
Response model for a sub-agent with assigned ID.
2 properties 2 required
RuleType
string
ToolArgumentResponse
object
Response model for a tool argument with assigned ID.
3 properties 3 required
BadRequestError
object
1 property
PutAgents
object
Request body for creating or updating agents.
1 property 1 required
DataSource
object
Data source used by an agent.
1 property 1 required
ResourceList_Tool_
object
2 properties 2 required
ExampleConfig
object
2 properties 2 required
Agent
object
Request model for agent upsert - nested entities without IDs.
14 properties 4 required
AgentCreationSource
ToolResponse
object
Response model for a tool with assigned ID.
3 properties 2 required
RuleResponse
object
10 properties 8 required
PIIConfig
object
3 properties
ResourceList_DataSource_
object
2 properties 2 required
InternalServerError
object
1 property
ResourceList_SubAgent_
object
2 properties 2 required
Infrastructure
string
ResourceList_LLMModel_
object
2 properties 2 required
SortOrder
string
AgentResponse
object
Response model for a registered agent. Extends the structure of EnrichedTaskResponse with agent-specific fields and database-assigned IDs for nested entities.
19 properties 9 required
PutAgentsResponse
object
Response body for creating or updating agents.
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

arthur-ai-agents-v1-api-openapi.yml Raw ↑

Other APIs ArthurAI publishes across the network.

ArthurAI Agent Discovery API
ArthurAI Agentic Experiments 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
Where this information came from

This is an independent, third-party profile of Arthur AI Agents V1 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.