Open Connector
All tools

Runpod logoRunpod

AI infrastructure with on-demand GPUs and serverless compute. Run training, inference, and batch workloads on the cloud with Runpod.

runpodvcatalog-v137 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "RUNPOD_CREATE_CONTAINER_REGISTRY_AUTH",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("RUNPOD_CREATE_CONTAINER_REGISTRY_AUTH", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute RUNPOD_CREATE_CONTAINER_REGISTRY_AUTH --data '{ }'

Tool catalog

Available tools

37 callable operations

Create a new container registry authRUNPOD_CREATE_CONTAINER_REGISTRY_AUTHCreate a new container registry auth.

Create a new container registry auth.

Authentication

Connected account required

Tags

container registry auths
Create a new endpointRUNPOD_CREATE_ENDPOINTCreate a new endpoint.

Create a new endpoint.

Authentication

Connected account required

Tags

endpoints
Create a new network volumeRUNPOD_CREATE_NETWORK_VOLUMECreate a new network volume.

Create a new network volume.

Authentication

Connected account required

Tags

network volumes
Create a new PodRUNPOD_CREATE_PODCreates a new [Pod](#/components/schemas/Pod) and optionally deploys it.

Creates a new [Pod](#/components/schemas/Pod) and optionally deploys it.

Authentication

Connected account required

Tags

pods
Create a new templateRUNPOD_CREATE_TEMPLATECreate a new template.

Create a new template.

Authentication

Connected account required

Tags

templates
Delete a container registry authRUNPOD_DELETE_CONTAINER_REGISTRY_AUTHDelete a container registry auth.

Delete a container registry auth.

Authentication

Connected account required

Tags

container registry auths
Delete an endpointRUNPOD_DELETE_ENDPOINTDelete an endpoint.

Delete an endpoint.

Authentication

Connected account required

Tags

endpoints
Delete a network volumeRUNPOD_DELETE_NETWORK_VOLUMEDelete a network volume.

Delete a network volume.

Authentication

Connected account required

Tags

network volumes
Delete a PodRUNPOD_DELETE_PODDelete a Pod.

Delete a Pod.

Authentication

Connected account required

Tags

pods
Delete a templateRUNPOD_DELETE_TEMPLATEDelete a template.

Delete a template.

Authentication

Connected account required

Tags

templates
Serverless billing historyRUNPOD_ENDPOINT_BILLINGRetrieve billing information about your Serverless endpoints.

Retrieve billing information about your Serverless endpoints.

Authentication

Connected account required

Tags

billing
Find a container registry auth by IDRUNPOD_GET_CONTAINER_REGISTRY_AUTHReturns a single container registry auth.

Returns a single container registry auth.

Authentication

Connected account required

Tags

container registry auths
Documentation PageRUNPOD_GET_DOCSInteractive API documentation.

Interactive API documentation.

Authentication

Connected account required

Tags

docs
Find an endpoint by IDRUNPOD_GET_ENDPOINTReturns a single endpoint.

Returns a single endpoint.

Authentication

Connected account required

Tags

endpoints
Find a network volume by IDRUNPOD_GET_NETWORK_VOLUMEReturns a single network volume.

Returns a single network volume.

Authentication

Connected account required

Tags

network volumes
OpenAPI 3.0 schemaRUNPOD_GET_OPEN_APIThe OpenAPI 3.0 schema.

The OpenAPI 3.0 schema.

Authentication

Connected account required

Tags

docs
Find a Pod by IDRUNPOD_GET_PODReturns a single Pod.

Returns a single Pod.

Authentication

Connected account required

Tags

pods
Find a template by IDRUNPOD_GET_TEMPLATEReturns a single template.

Returns a single template.

Authentication

Connected account required

Tags

templates
List container registry authsRUNPOD_LIST_CONTAINER_REGISTRY_AUTHSReturns a list of container registry auths.

Returns a list of container registry auths.

Authentication

Connected account required

Tags

container registry auths
List endpointsRUNPOD_LIST_ENDPOINTSReturns a list of endpoints.

Returns a list of endpoints.

Authentication

Connected account required

Tags

endpoints
List network volumesRUNPOD_LIST_NETWORK_VOLUMESReturns a list of network volumes.

Returns a list of network volumes.

Authentication

Connected account required

Tags

network volumes
List PodsRUNPOD_LIST_PODSReturns a list of Pods.

Returns a list of Pods.

Authentication

Connected account required

Tags

pods
List templatesRUNPOD_LIST_TEMPLATESReturns a list of templates.

Returns a list of templates.

Authentication

Connected account required

Tags

templates
Network volume billing historyRUNPOD_NETWORK_VOLUME_BILLINGRetrieve billing information about your network volumes.

Retrieve billing information about your network volumes.

Authentication

Connected account required

Tags

billing
Pod billing historyRUNPOD_POD_BILLINGRetrieve billing information about your Pods.

Retrieve billing information about your Pods.

Authentication

Connected account required

Tags

billing
Update an endpointRUNPOD_POST_ENDPOINTS_ENDPOINT_ID_UPDATEUpdate an endpoint - synonym for PATCH /endpoints/{endpointId}.

Update an endpoint - synonym for PATCH /endpoints/{endpointId}.

Authentication

Connected account required

Tags

endpoints
Update a network volumeRUNPOD_POST_NETWORKVOLUMES_NETWORK_VOLUME_ID_UPDATEUpdate a network volume - synonym for PATCH /networkvolumes/{networkVolumeId}.

Update a network volume - synonym for PATCH /networkvolumes/{networkVolumeId}.

Authentication

Connected account required

Tags

network volumes
Update a PodRUNPOD_POST_PODS_POD_ID_UPDATEUpdate a Pod - synonym for PATCH /pods/{podId}.

Update a Pod - synonym for PATCH /pods/{podId}.

Authentication

Connected account required

Tags

pods
Update a templateRUNPOD_POST_TEMPLATES_TEMPLATE_ID_UPDATEUpdate a template - synonym for PATCH /templates/{templateId}.

Update a template - synonym for PATCH /templates/{templateId}.

Authentication

Connected account required

Tags

templates
Reset a PodRUNPOD_RESET_PODReset a Pod.

Reset a Pod.

Authentication

Connected account required

Tags

pods
Restart a PodRUNPOD_RESTART_PODRestart a Pod.

Restart a Pod.

Authentication

Connected account required

Tags

pods
Start or resume a PodRUNPOD_START_PODStart or resume a Pod.

Start or resume a Pod.

Authentication

Connected account required

Tags

pods
Stop a PodRUNPOD_STOP_PODStop a Pod.

Stop a Pod.

Authentication

Connected account required

Tags

pods
Update an endpointRUNPOD_UPDATE_ENDPOINTUpdate an endpoint.

Update an endpoint.

Authentication

Connected account required

Tags

endpoints
Update a network volumeRUNPOD_UPDATE_NETWORK_VOLUMEUpdate a network volume.

Update a network volume.

Authentication

Connected account required

Tags

network volumes
Update a PodRUNPOD_UPDATE_PODUpdate a Pod, potentially triggering a reset.

Update a Pod, potentially triggering a reset.

Authentication

Connected account required

Tags

pods
Update a templateRUNPOD_UPDATE_TEMPLATEUpdate a template.

Update a template.

Authentication

Connected account required

Tags

templates

Provider resources