Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zavu Agents API

The Agents API from Zavu — 4 operation(s) for agents.

Zavu Agents API is one of 21 APIs that Zavu 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, authentication docs, and rate-limit docs.

This API exposes 7 operations across 4 paths, and defines 9 schemas. It is described by OpenAPI 3.0.3, at version 0.2.0.

Requests are made against a single base URL, https://api.zavu.dev.

7 operations 4 paths 9 schemas 1 DELETE4 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.2.0
Base URL
https://api.zavu.dev/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

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

Paths & Operations 7

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

Agents 7
GET
/v1/senders/{senderId}/agent
Get agent
getAgent 1 param → 200401404
POST
/v1/senders/{senderId}/agent
Create agent
createAgent 1 param body → 201400401404
PATCH
/v1/senders/{senderId}/agent
Update agent
updateAgent 1 param body → 200400401404
DELETE
/v1/senders/{senderId}/agent
Delete agent
deleteAgent 1 param → 204401404
GET
/v1/senders/{senderId}/agent/stats
Get agent statistics
getAgentStats 1 param → 200401404
GET
/v1/senders/{senderId}/agent/executions
List agent executions
listAgentExecutions 4 params → 200401404
GET
/v1/senders/{senderId}/agent/executions/{executionId}
Get a single agent execution
getAgentExecution 2 params → 200401404

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Agent (16 properties), AgentExecution (12 properties), AgentUpdateRequest (12 properties), AgentCreateRequest (11 properties). Each schema is shown below with its type and property counts.

Agent
object
AI Agent configuration for a sender.
16 properties 9 required
AgentExecution
object
12 properties 8 required
AgentCreateRequest
object
11 properties 4 required
AgentExecutionStatus
string
Status of an agent execution.
AgentResponse
object
1 property 1 required
Error
object
3 properties 2 required
AgentStats
object
6 properties 5 required
AgentUpdateRequest
object
12 properties
AgentProvider
string
LLM provider for the AI agent.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zavu-agents-api-openapi.yml Raw ↑

Other APIs Zavu publishes across the network.

Zavu 10DLC API
Zavu Account API
Zavu Agent Flows API
Zavu Agent Knowledge Bases API
Zavu Agent Tools API
Zavu Balance API
Zavu Broadcasts API
Zavu Contacts API
Zavu Functions API
Zavu Introspect API
Zavu Invitations API
Zavu Messages API