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

H2O.ai Agents API

The Agents API from H2O.ai — 30 operation(s) for agents.

H2O.ai Agents API is one of 26 APIs that H2O.ai publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Agents. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and a changelog.

This API exposes 42 operations across 30 paths, and defines 27 schemas. It is described by OpenAPI 3.2.0, at version v1.0.0.

Requests are made against a single base URL, https://h2ogpte.genai.h2o.ai/api/v1.

42 operations 30 paths 27 schemas 9 DELETE17 GET13 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1.0.0
Base URL
https://h2ogpte.genai.h2o.ai/api/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

H2O.ai Agents API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Using an API key generated by H2OGPTe

Paths & Operations 42

Across 30 paths, the API surfaces 42 operations — 9 DELETE, 17 GET, 13 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Agents 42
GET
/agents
Get all agents (built-in and custom)
get_all_agents → 200400401500default
GET
/agents/directory_stats
Lists agent directory stats across all agent chat sessions.
list_agent_directory_stats 3 params → 200400401default
GET
/agents/tools
Lists agent tools present on the system.
list_agent_tools → 200400401500default
GET
/agents/tool_preference
Lists the agent tool preference for the user.
list_agent_tool_preference → 200400401500default
POST
/agents/tool_preference
Creates or updates the agent tool preference for the user.
update_agent_tool_preference body → 204400401500default
DELETE
/agents/tool_preference
Deletes the agent tool preferences for the user.
delete_agent_tool_preference → 204401500default
GET
/agents/keys
Lists agent keys.
list_agent_keys → 200400401500default
POST
/agents/keys
Creates agent key.
create_agent_key body → 200400401409500default
POST
/agents/keys/{key_id}
Updates agent key.
update_agent_key 1 param body → 200400401409500default
DELETE
/agents/keys/{key_ids}
Deletes agent keys.
delete_agent_keys 1 param → 204400401500default
GET
/agents/tool_association
Returns a list of tools and the user's associated keys.
list_agent_key_tool_associations → 200400401500default
POST
/agents/tool_association
Creates associations between a tool and user's keys.
create_agent_key_tool_associations body → 200400401500default
DELETE
/agents/tool_association/{associate_ids}
Deletes agent tool key associations.
delete_agent_tool_association 1 param → 200400401500default
GET
/agents/custom_agent_tool_associations
Returns a list of custom agent tool associations.
list_custom_agent_tool_associations 2 params → 200400401500default
POST
/agents/custom_agent_tool_associations
Creates a custom agent tool association.
create_custom_agent_tool_association body → 200400401500default
DELETE
/agents/custom_agent_tool_associations/{association_ids}
Deletes custom agent tool associations.
delete_custom_agent_tool_associations 1 param → 200400401500default
GET
/agents/custom_agent_key_associations
Returns a list of custom agent key associations.
list_custom_agent_key_associations 1 param → 200400401500default
POST
/agents/custom_agent_key_associations
Creates a custom agent key association.
create_custom_agent_key_association body → 200400401500default
DELETE
/agents/custom_agent_key_associations/{association_ids}
Deletes custom agent key associations.
delete_custom_agent_key_associations 1 param → 200400401500default
GET
/agents/custom_agents/{agent_id}/suggestions
Get MCP tool suggestions for a custom agent.
get_agent_suggestions 1 param → 200400401404500default
POST
/agents/custom_tools
Add Custom Agent Tools
add_custom_agent_tool body → 201400401415default
GET
/agents/custom_tools
List Custom Agent Tools
list_custom_agent_tools → 200400401500default
DELETE
/agents/custom_tools/{tool_ids}
Deletes custom agent tools
delete_custom_agent_tool 1 param → 200400401500default
GET
/agents/custom_tools/{tool_id}
Get a single custom agent tool
get_custom_agent_tool 1 param → 200400401404default
PUT
/agents/custom_tools/{tool_id}
Updates a custom agent tool
update_custom_agent_tool 1 param body → 200400401404500default
GET
/agents/custom_tools/{tool_id}/download
Download custom agent tool file
download_custom_agent_tool 1 param → 200400401404default
POST
/agents/custom_agents
Add Custom Agents
add_custom_agent body → 201400401415default
GET
/agents/custom_agents
List Custom Agents
list_custom_agents → 200400401500default
DELETE
/agents/custom_agents/{agent_ids}
Deletes custom agents
delete_custom_agent 1 param → 200400401500default
GET
/agents/custom_agents/{agent_id}
Get a single custom agent
get_custom_agent 1 param → 200400401404500default
PUT
/agents/custom_agents/{agent_id}
Updates a custom agent
update_custom_agent 1 param body → 200400401404500default
GET
/agents/custom_agents/{agent_id}/download
Download custom agent zip file
download_custom_agent 1 param → 200400401404default
POST
/agents/mcp/inspect_tool
Unified MCP tool inspection
inspect_mcp_tool body → 200400401500default
POST
/agents/mcp/list_tools
List tools from MCP servers
list_mcp_tools body → 200400401500default
GET
/agents/mcp/sdk_options
Get Claude SDK options schema
get_mcp_sdk_options → 200400401500default
GET
/agents/builtin_mcps
Lists built-in MCPs
list_builtin_mcps → 200400401500default
POST
/agents/builtin_mcps/add
Add a built-in MCP
add_builtin_mcp body → 201400401500default
POST
/agents/builtin_mcps/admin
Create a custom builtin MCP (Admin only)
create_user_builtin_mcp body → 201400401415500default
PUT
/agents/builtin_mcps/admin/{mcp_id}
Update a custom builtin MCP (Admin only)
update_user_builtin_mcp 1 param body → 200400401404500default
DELETE
/agents/builtin_mcps/admin/{mcp_id}
Delete a custom builtin MCP (Admin only)
delete_user_builtin_mcp 1 param → 200400401404500default
POST
/agents/builtin_mcps/admin/{mcp_id}/logo
Update admin MCP logo (Admin only)
update_admin_mcp_logo 1 param body → 200400401404415500default
DELETE
/agents/builtin_mcps/admin/{mcp_id}/logo
Remove admin MCP logo (Admin only)
remove_admin_mcp_logo 1 param → 200400401404500default

Schemas 27

The contract defines 27 schemas that model the data the API accepts and returns. The most detailed are AgentServerDirectoryStats (15 properties), AgentServerDirectoryFileStats (12 properties), Agent (9 properties), CustomAgentKeyAssociation (8 properties). Each schema is shown below with its type and property counts.

AgentServerDirectoryStatsPerAgentChatSession
object
3 properties 3 required
AgentServerDirectoryStats
object
15 properties 14 required
Agent
object
9 properties
NewKeyAssociation
object
2 properties 2 required
CustomAgentToolAssociation
object
7 properties 5 required
CustomAgentDetail
object
7 properties
EndpointError
object
2 properties 2 required
CreateCustomAgentToolAssociationRequest
object
3 properties 2 required
Count
object
1 property 1 required
AgentServerDirectoryFileStats
object
12 properties 11 required
CreateAgentToolKeyAssociationsRequest
object
2 properties 2 required
UpdateAgentKeyRequest
object
4 properties
AgentToolSpec
object
6 properties 6 required
UpdateCustomAgentRequest
object
2 properties 1 required
CustomAgentKeyAssociation
object
8 properties 5 required
CreateCustomAgentKeyAssociationRequest
object
3 properties 3 required
CustomAgentSuggestionMcpServer
object
2 properties 2 required
AgentKeyAssociation
object
2 properties
DeleteCustomAgentKeyAssociationsResponse
object
1 property 1 required
CreateAgentKeyRequest
object
4 properties 3 required
KeyAssociation
object
5 properties 2 required
DeleteCustomAgentToolAssociationsResponse
object
1 property 1 required
UpdateCustomAgentToolRequest
object
1 property 1 required
AgentToolKeyAssociations
object
2 properties 2 required
AgentToolSpecApiKeys
object
The specific keys associated with an agent tool.
3 properties 3 required
CustomAgentSuggestion
object
1 property
AgentKey
object
7 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

h2o-ai-agents-api-openapi.yml Raw ↑

Other APIs H2O.ai publishes across the network.

h2oGPTe MCP Server
H2O.ai Admin Sessions API
H2O.ai AI Assistants API
H2O.ai API Keys API
H2O.ai Chat API
H2O.ai Collections API
H2O.ai Configurations API
H2O.ai Document Ingestion API
H2O.ai Documents API
H2O.ai Extractors API
H2O.ai Forums API
H2O.ai Graph RAG API
Where this information came from

This is an independent, third-party profile of H2O.ai Agents 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.