For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update Agent Public Access

Update Agent Public Access — Taskade REST API v1 reference: PUT /agents/{agentId}/publicAccess. Parameters, authentication, and response schema.

put

Enable public access in the agent

Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
Responses
200

Public access successfully enabled

application/json

Public access successfully enabled

okboolean · enumRequiredPossible values:
publicUrlstring · uriRequired
put/agents/{agentId}/publicAccess

Last updated

Was this helpful?