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

Warp schedules API

Operations for creating and managing scheduled agents

Warp schedules API is one of 5 APIs that Warp publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Schedules. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 3 JSON Schemas.

This API exposes 7 operations across 4 paths, and defines 23 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://app.warp.dev/api/v1.

7 operations 4 paths 23 schemas 1 DELETE2 GET3 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://app.warp.dev/api/v1
Authentication
HTTP Bearer
License
Proprietary
Resource Areas
1

Authentication & Security 1

Warp schedules API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth).

  • bearerAuth — Authentication via a Warp API key.

Paths & Operations 7

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

schedules 7

Operations for creating and managing scheduled agents

POST
/agent/schedules
Create a scheduled agent
createScheduledAgent body → 201400401403
GET
/agent/schedules
List scheduled agents
listScheduledAgents → 200401500
GET
/agent/schedules/{scheduleId}
Get scheduled agent details
getScheduledAgent 1 param → 200400401403404
PUT
/agent/schedules/{scheduleId}
Update a scheduled agent
updateScheduledAgent 1 param body → 200400401403404
DELETE
/agent/schedules/{scheduleId}
Delete a scheduled agent
deleteScheduledAgent 1 param → 200401403404500
POST
/agent/schedules/{scheduleId}/pause
Pause a scheduled agent
pauseScheduledAgent 1 param → 200401403404500
POST
/agent/schedules/{scheduleId}/resume
Resume a scheduled agent
resumeScheduledAgent 1 param → 200401403404500

Schemas 23

The contract defines 23 schemas that model the data the API accepts and returns. The most detailed are AmbientAgentConfig (15 properties), ScheduledAgentItem (15 properties), CreateScheduledAgentRequest (8 properties), Error (8 properties). Each schema is shown below with its type and property counts.

AgentRunMode
string
Query mode for an agent run. - normal: Standard user query (default). - plan: Planning Mode. The agent researches and creates a plan, then waits for approval b…
InferenceProvidersConfig
object
Inference provider settings used for LLM calls.
1 property
CloudEnvironmentConfig
object
Configuration for a cloud environment used by scheduled agents
6 properties
Scope
object
Ownership scope for a resource (team or personal)
2 properties 1 required
HarnessAuthSecrets
object
Authentication secrets for third-party harnesses. Only the secret for the harness specified gets injected into the environment.
2 properties
MCPServerConfig
object
Configuration for an MCP server. Must have exactly one of: warpid, command, or url.
6 properties
ScheduledAgentHistoryItem
object
Scheduler-derived history metadata for a scheduled agent
2 properties
CreateScheduledAgentRequest
object
Request body for creating a new scheduled agent. Either prompt or agentconfig.skillspec or agentconfig.skills is required.
8 properties 2 required
AwsProviderConfig
object
AWS IAM role assumption settings
1 property 1 required
AmbientAgentConfig
object
Configuration for a cloud agent run
15 properties
SessionSharingConfig
object
Configures sharing behavior for the run's shared session. When set, the worker emits --share public: and the bundled Warp client applies an anyone-with-link AC…
1 property
RunCreatorInfo
object
5 properties
Harness
object
Specifies which execution harness to use for the agent run. Default (nil/empty) uses Warp's built-in harness.
1 property
MemoryStoreRef
object
Reference to a memory store to attach to an agent.
3 properties 3 required
ListScheduledAgentsResponse
object
1 property 1 required
GcpProviderConfig
object
GCP Workload Identity Federation settings
4 properties 3 required
AwsInferenceProviderConfig
object
Configures AWS Bedrock as the LLM inference provider for this agent or run.
3 properties
ScheduledAgentItem
object
15 properties 7 required
ProvidersConfig
object
Optional cloud provider configurations for automatic auth
2 properties
UpdateScheduledAgentRequest
object
Request body for updating a scheduled agent. Either prompt or agentconfig.skillspec or agentconfig.skills is required.
7 properties 3 required
DeleteScheduledAgentResponse
object
1 property 1 required
Error
object
Error response following RFC 7807 (Problem Details for HTTP APIs). Includes backward-compatible extension members. The response uses the application/problem+js…
8 properties 4 required
GitHubRepo
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

warp-schedules-api-openapi.yml Raw ↑

Other APIs Warp publishes across the network.

Warp Enterprise Analytics API
Warp Oz CLI
Warp agent API
Warp harness-support API
Where this information came from

This is an independent, third-party profile of Warp schedules 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.