MCPcopy Create free account

hub / github.com/cloudflare/claude-managed-agents / functions

Functions639 in github.com/cloudflare/claude-managed-agents

Methodinput
* 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
MethodinterceptAllOutboundHttp
(binding: Fetcher)
worker-configuration.d.ts:3911
MethodinterceptOutboundHttp
(addr: string, binding: Fetcher)
worker-configuration.d.ts:3910
MethodinterceptOutboundHttps
(addr: string, binding: Fetcher)
worker-configuration.d.ts:3918
FunctionisAgentId
(id: string)
src/helpers.ts:24
FunctionisPolicyId
(id: string)
src/helpers.ts:28
FunctionisSecretKey
(key: string)
src/helpers.ts:32
Functionjson
(res: Response)
tests/api.test.ts:61
Methodlimit
* 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
Functionlist
({ prefix = "", limit = 1000, cursor }: { prefix?: string; limit?: number; cursor?: string } = {})
tests/helpers.ts:28
Methodlist
( options?: DurableObjectListOptions, )
worker-configuration.d.ts:738
Methodlist
( options?: DurableObjectListOptions, )
worker-configuration.d.ts:769
Methodlist
( options?: KVNamespaceListOptions, )
worker-configuration.d.ts:2305
Methodlist
(options?: SyncKvListOptions)
worker-configuration.d.ts:4031
Methodlist
* List repositories with cursor-based pagination. * @param opts Optional: limit (1–200, default 50), cursor for next page.
worker-configuration.d.ts:11316
Methodlist
* List hosted images with pagination * @param options List configuration * @returns List of images with pagination info * @throws {@link Imag
worker-configuration.d.ts:13108
Methodlist
* 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
Methodlist
* 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
Methodlist
* 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
MethodlistTokens
List tokens for this repo (metadata only, no plaintext).
worker-configuration.d.ts:11249
Methodlisten
(...args: unknown[])
worker-configuration.d.ts:13296
Methodload
(code: WorkerLoaderWorkerCode)
worker-configuration.d.ts:4062
FunctionloadMore
()
frontend/src/views/WebhookEventsView.tsx:65
Methodlocked
* 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
Methodmedia
* 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
Methodmetrics
()
worker-configuration.d.ts:2396
Methodmonitor
()
worker-configuration.d.ts:3905
FunctionnewPolicy
()
frontend/src/views/EgressView.tsx:135
MethodnoRetry
()
worker-configuration.d.ts:2658
FunctiononAbort
()
src/heartbeat.ts:106
FunctiononAbort
()
src/isolate/custom-dispatch.ts:347
FunctiononAbort
()
src/isolate/runner.ts:702
MethodonActivityExpired
()
src/microvm/sandbox.ts:394
FunctiononClick
(e: React.MouseEvent)
frontend/src/components/CopyButton.tsx:30
MethodonEndTag
(handler: (tag: EndTag) => void | Promise<void>)
worker-configuration.d.ts:1893
MethodonFiberRecovered
(ctx: FiberRecoveryContext)
src/isolate/runner.ts:551
FunctiononKeyDown
(e: KeyboardEvent<HTMLInputElement>)
frontend/src/components/MultiPillInput.tsx:38
MethodonNextSessionRestoreBookmark
(bookmark: string)
worker-configuration.d.ts:799
FunctiononParentAbort
()
src/isolate/custom-dispatch.ts:261
Methodopened
()
worker-configuration.d.ts:3828
Methodoutput
* 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
Methodoutput
* 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
Methodoutput
* 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
MethodpassThroughOnException
()
worker-configuration.d.ts:529
MethodpipeThrough
* 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
MethodpipeTo
* 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
Functionprepare
(sql: string)
tests/helpers.ts:425
Methodprepend
( content: string | ReadableStream | Response, options?: ContentOptions, )
worker-configuration.d.ts:1875
Methodpurge
(options: CachePurgeOptions)
worker-configuration.d.ts:632
Functionput
(key: string, value: string, options?: { metadata?: unknown })
tests/helpers.ts:22
Methodput
( key: string, value: T, options?: DurableObjectPutOptions, )
worker-configuration.d.ts:741
Methodput
( key: string, value: T, options?: DurableObjectPutOptions, )
worker-configuration.d.ts:772
Methodput
( key: Key, value: string | ArrayBuffer | ArrayBufferView | ReadableStream, options?: KVNamespaceP
worker-configuration.d.ts:2308
Methodput
(key: string, value: T)
worker-configuration.d.ts:4032
MethodqueueMicrotask
(task: Function)
worker-configuration.d.ts:362
Methodreadable
()
worker-configuration.d.ts:3825
Methodremove
()
worker-configuration.d.ts:1887
Methodremove
()
worker-configuration.d.ts:1905
Methodremove
()
worker-configuration.d.ts:1913
Methodremove
()
worker-configuration.d.ts:1931
MethodremoveAndKeepContent
()
worker-configuration.d.ts:1888
MethodremoveAttribute
(name: string)
worker-configuration.d.ts:1866
Methodreplace
( content: string | ReadableStream | Response, options?: ContentOptions, )
worker-configuration.d.ts:1883
Methodreplace
(content: string, options?: ContentOptions)
worker-configuration.d.ts:1912
Methodreply
* 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
Methodreply
(message: unknown)
src/email-handler.ts:87
MethodreportError
(error: any)
worker-configuration.d.ts:364
Methodresponse
* The image as a response, ready to store in cache or return to users
worker-configuration.d.ts:13165
Methodresponse
* 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
MethodresumeMultipartUpload
(key: string, uploadId: string)
worker-configuration.d.ts:2527
Methodretry
(options?: QueueRetryOptions)
worker-configuration.d.ts:2458
MethodretryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:2465
MethodretryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:2472
MethodrevokeToken
* 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
Methodrollback
()
worker-configuration.d.ts:752
Functionrun
()
tests/helpers.ts:432
Methodrunning
()
worker-configuration.d.ts:3903
Functionsave
()
frontend/src/views/EgressView.tsx:161
Functionsave
()
frontend/src/views/AgentFormView.tsx:349
Functionsave
()
frontend/src/views/SecretsView.tsx:34
Functionscheduled
( _controller: ScheduledController, env: Env, ctx: ExecutionContext, )
src/index.ts:161
MethodsecureTransport
()
worker-configuration.d.ts:3830
Methodsend
(message: Body, options?: QueueSendOptions)
worker-configuration.d.ts:2397
Methodsend
(message: EmailMessage)
worker-configuration.d.ts:12706
Methodsend
* 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
MethodsendBatch
( messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions, )
worker-configuration.d.ts:2398
MethodserializeAttachment
(attachment: any)
worker-configuration.d.ts:3744
MethodsetAlarm
( scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions, )
worker-configuration.d.ts:754
MethodsetAlarm
( scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions, )
worker-configuration.d.ts:788
MethodsetAttribute
(name: string, value: string)
worker-configuration.d.ts:1865
MethodsetHibernatableWebSocketEventTimeout
(timeoutMs?: number)
worker-configuration.d.ts:724
MethodsetInactivityTimeout
(durationMs: number | bigint)
worker-configuration.d.ts:3909
MethodsetInnerContent
( content: string | ReadableStream | Response, options?: ContentOptions, )
worker-configuration.d.ts:1889
MethodsetInterval
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:355
FunctionsetReject
(reason: string)
tests/email-handler.test.ts:47
MethodsetReject
* 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
MethodsetReject
(reason: string)
src/email-handler.ts:85
MethodsetWebSocketAutoResponse
(maybeReqResp?: WebSocketRequestResponsePair)
worker-configuration.d.ts:721
Methodsignal
(signo: number)
worker-configuration.d.ts:3907
Functionsleep
(ms: number, signal: AbortSignal)
src/isolate/runner.ts:699
← previousnext →501–600 of 639, ranked by callers