Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/claude-managed-agents
/ functions
Functions
639 in github.com/cloudflare/claude-managed-agents
⨍
Functions
639
◇
Types & classes
599
Method
input
* Creates a media transformer from an input stream. * @param media - The input media bytes * @returns A MediaTransformer instance for applying t
worker-configuration.d.ts:13190
Method
interceptAllOutboundHttp
(binding: Fetcher)
worker-configuration.d.ts:3911
Method
interceptOutboundHttp
(addr: string, binding: Fetcher)
worker-configuration.d.ts:3910
Method
interceptOutboundHttps
(addr: string, binding: Fetcher)
worker-configuration.d.ts:3918
Function
isAgentId
(id: string)
src/helpers.ts:24
Function
isPolicyId
(id: string)
src/helpers.ts:28
Function
isSecretKey
(key: string)
src/helpers.ts:32
Function
json
(res: Response)
tests/api.test.ts:61
Method
limit
* Rate limit a request based on the provided options. * @see https://developers.cloudflare.com/workers/runtime-apis/bindings/rate-limit/ * @retu
worker-configuration.d.ts:13432
Function
list
({ prefix = "", limit = 1000, cursor }: { prefix?: string; limit?: number; cursor?: string } = {})
tests/helpers.ts:28
Method
list
( options?: DurableObjectListOptions, )
worker-configuration.d.ts:738
Method
list
( options?: DurableObjectListOptions, )
worker-configuration.d.ts:769
Method
list
( options?: KVNamespaceListOptions, )
worker-configuration.d.ts:2305
Method
list
(options?: SyncKvListOptions)
worker-configuration.d.ts:4031
Method
list
* List repositories with cursor-based pagination. * @param opts Optional: limit (1–200, default 50), cursor for next page.
worker-configuration.d.ts:11316
Method
list
* List hosted images with pagination * @param options List configuration * @returns List of images with pagination info * @throws {@link Imag
worker-configuration.d.ts:13108
Method
list
* Lists the captions or subtitles. * Use the language parameter to filter by a specific language. * @param language The optional BCP 47 language
worker-configuration.d.ts:14182
Method
list
* Lists all videos in a users account. * @returns The list of videos. * @throws {BadRequestError} if the parameters are invalid * @throws {In
worker-configuration.d.ts:14231
Method
list
* Lists all watermark profiles for an account. * @returns The list of watermark profiles. * @throws {InternalError} if an unexpected error occur
worker-configuration.d.ts:14267
Method
listTokens
List tokens for this repo (metadata only, no plaintext).
worker-configuration.d.ts:11249
Method
listen
(...args: unknown[])
worker-configuration.d.ts:13296
Method
load
(code: WorkerLoaderWorkerCode)
worker-configuration.d.ts:4062
Function
loadMore
()
frontend/src/views/WebhookEventsView.tsx:65
Method
locked
* The **`locked`** read-only property of the ReadableStream interface returns whether or not the readable stream is locked to a reader. * * [MDN
worker-configuration.d.ts:2751
Method
media
* Returns the transformed media as a readable stream of bytes. * @returns A promise containing a readable stream with the transformed media
worker-configuration.d.ts:13233
Method
metrics
()
worker-configuration.d.ts:2396
Method
monitor
()
worker-configuration.d.ts:3905
Function
newPolicy
()
frontend/src/views/EgressView.tsx:135
Method
noRetry
()
worker-configuration.d.ts:2658
Function
onAbort
()
src/heartbeat.ts:106
Function
onAbort
()
src/isolate/custom-dispatch.ts:347
Function
onAbort
()
src/isolate/runner.ts:702
Method
onActivityExpired
()
src/microvm/sandbox.ts:394
Function
onClick
(e: React.MouseEvent)
frontend/src/components/CopyButton.tsx:30
Method
onEndTag
(handler: (tag: EndTag) => void | Promise<void>)
worker-configuration.d.ts:1893
Method
onFiberRecovered
(ctx: FiberRecoveryContext)
src/isolate/runner.ts:551
Function
onKeyDown
(e: KeyboardEvent<HTMLInputElement>)
frontend/src/components/MultiPillInput.tsx:38
Method
onNextSessionRestoreBookmark
(bookmark: string)
worker-configuration.d.ts:799
Function
onParentAbort
()
src/isolate/custom-dispatch.ts:261
Method
opened
()
worker-configuration.d.ts:3828
Method
output
* Retrieve the image that results from applying the transforms to the * provided input * @param options Options that apply to the output e.g. ou
worker-configuration.d.ts:13156
Method
output
* Generates the final media output with specified options. * @param output - Configuration for the output format and parameters * @returns The f
worker-configuration.d.ts:13210
Method
output
* Generates the final media output with specified options. * @param output - Configuration for the output format and parameters * @returns The f
worker-configuration.d.ts:13222
Method
passThroughOnException
()
worker-configuration.d.ts:529
Method
pipeThrough
* The **`pipeThrough()`** method of the ReadableStream interface provides a chainable way of piping the current stream through a transform stream or a
worker-configuration.d.ts:2775
Method
pipeTo
* The **`pipeTo()`** method of the ReadableStream interface pipes the current `ReadableStream` to a given WritableStream and returns a Promise that fu
worker-configuration.d.ts:2784
Function
prepare
(sql: string)
tests/helpers.ts:425
Method
prepend
( content: string | ReadableStream | Response, options?: ContentOptions, )
worker-configuration.d.ts:1875
Method
purge
(options: CachePurgeOptions)
worker-configuration.d.ts:632
Function
put
(key: string, value: string, options?: { metadata?: unknown })
tests/helpers.ts:22
Method
put
( key: string, value: T, options?: DurableObjectPutOptions, )
worker-configuration.d.ts:741
Method
put
( key: string, value: T, options?: DurableObjectPutOptions, )
worker-configuration.d.ts:772
Method
put
( key: Key, value: string | ArrayBuffer | ArrayBufferView | ReadableStream, options?: KVNamespaceP
worker-configuration.d.ts:2308
Method
put
(key: string, value: T)
worker-configuration.d.ts:4032
Method
queueMicrotask
(task: Function)
worker-configuration.d.ts:362
Method
readable
()
worker-configuration.d.ts:3825
Method
remove
()
worker-configuration.d.ts:1887
Method
remove
()
worker-configuration.d.ts:1905
Method
remove
()
worker-configuration.d.ts:1913
Method
remove
()
worker-configuration.d.ts:1931
Method
removeAndKeepContent
()
worker-configuration.d.ts:1888
Method
removeAttribute
(name: string)
worker-configuration.d.ts:1866
Method
replace
( content: string | ReadableStream | Response, options?: ContentOptions, )
worker-configuration.d.ts:1883
Method
replace
(content: string, options?: ContentOptions)
worker-configuration.d.ts:1912
Method
reply
* Reply to the sender of this email message with a new EmailMessage object. * @param message The reply message. * @returns A promise that resolv
worker-configuration.d.ts:12679
Method
reply
(message: unknown)
src/email-handler.ts:87
Method
reportError
(error: any)
worker-configuration.d.ts:364
Method
response
* The image as a response, ready to store in cache or return to users
worker-configuration.d.ts:13165
Method
response
* Returns the transformed media as an HTTP response object. * @returns The transformed media as a Promise<Response>, ready to store in cache or ret
worker-configuration.d.ts:13238
Method
resumeMultipartUpload
(key: string, uploadId: string)
worker-configuration.d.ts:2527
Method
retry
(options?: QueueRetryOptions)
worker-configuration.d.ts:2458
Method
retryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:2465
Method
retryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:2472
Method
revokeToken
* Revoke a token by plaintext or ID. * @param tokenOrId Plaintext token or token ID. * @returns true if revoked, false if not found.
worker-configuration.d.ts:11255
Method
rollback
()
worker-configuration.d.ts:752
Function
run
()
tests/helpers.ts:432
Method
running
()
worker-configuration.d.ts:3903
Function
save
()
frontend/src/views/EgressView.tsx:161
Function
save
()
frontend/src/views/AgentFormView.tsx:349
Function
save
()
frontend/src/views/SecretsView.tsx:34
Function
scheduled
( _controller: ScheduledController, env: Env, ctx: ExecutionContext, )
src/index.ts:161
Method
secureTransport
()
worker-configuration.d.ts:3830
Method
send
(message: Body, options?: QueueSendOptions)
worker-configuration.d.ts:2397
Method
send
(message: EmailMessage)
worker-configuration.d.ts:12706
Method
send
* The Pipeline interface represents the type of a binding to a Pipeline * * @param records The records to send to the pipeline
worker-configuration.d.ts:13383
Method
sendBatch
( messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions, )
worker-configuration.d.ts:2398
Method
serializeAttachment
(attachment: any)
worker-configuration.d.ts:3744
Method
setAlarm
( scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions, )
worker-configuration.d.ts:754
Method
setAlarm
( scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions, )
worker-configuration.d.ts:788
Method
setAttribute
(name: string, value: string)
worker-configuration.d.ts:1865
Method
setHibernatableWebSocketEventTimeout
(timeoutMs?: number)
worker-configuration.d.ts:724
Method
setInactivityTimeout
(durationMs: number | bigint)
worker-configuration.d.ts:3909
Method
setInnerContent
( content: string | ReadableStream | Response, options?: ContentOptions, )
worker-configuration.d.ts:1889
Method
setInterval
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:355
Function
setReject
(reason: string)
tests/email-handler.test.ts:47
Method
setReject
* Reject this email message by returning a permanent SMTP error back to the connecting client including the given reason. * @param reason The rejec
worker-configuration.d.ts:12666
Method
setReject
(reason: string)
src/email-handler.ts:85
Method
setWebSocketAutoResponse
(maybeReqResp?: WebSocketRequestResponsePair)
worker-configuration.d.ts:721
Method
signal
(signo: number)
worker-configuration.d.ts:3907
Function
sleep
(ms: number, signal: AbortSignal)
src/isolate/runner.ts:699
← previous
next →
501–600 of 639, ranked by callers