Runpod
AI infrastructure with on-demand GPUs and serverless compute. Run training, inference, and batch workloads on the cloud with Runpod.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
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.Connection
Create a new container registry auth.
Authentication
Connected account requiredTags
Create a new endpointRUNPOD_CREATE_ENDPOINTCreate a new endpoint.Connection
Create a new endpoint.
Authentication
Connected account requiredTags
Create a new network volumeRUNPOD_CREATE_NETWORK_VOLUMECreate a new network volume.Connection
Create a new network volume.
Authentication
Connected account requiredTags
Create a new PodRUNPOD_CREATE_PODCreates a new [Pod](#/components/schemas/Pod) and optionally deploys it.Connection
Creates a new [Pod](#/components/schemas/Pod) and optionally deploys it.
Authentication
Connected account requiredTags
Create a new templateRUNPOD_CREATE_TEMPLATECreate a new template.Connection
Create a new template.
Authentication
Connected account requiredTags
Delete a container registry authRUNPOD_DELETE_CONTAINER_REGISTRY_AUTHDelete a container registry auth.Connection
Delete a container registry auth.
Authentication
Connected account requiredTags
Delete an endpointRUNPOD_DELETE_ENDPOINTDelete an endpoint.Connection
Delete an endpoint.
Authentication
Connected account requiredTags
Delete a network volumeRUNPOD_DELETE_NETWORK_VOLUMEDelete a network volume.Connection
Delete a network volume.
Authentication
Connected account requiredTags
Delete a PodRUNPOD_DELETE_PODDelete a Pod.Connection
Delete a Pod.
Authentication
Connected account requiredTags
Delete a templateRUNPOD_DELETE_TEMPLATEDelete a template.Connection
Delete a template.
Authentication
Connected account requiredTags
Serverless billing historyRUNPOD_ENDPOINT_BILLINGRetrieve billing information about your Serverless endpoints.Connection
Retrieve billing information about your Serverless endpoints.
Authentication
Connected account requiredTags
Find a container registry auth by IDRUNPOD_GET_CONTAINER_REGISTRY_AUTHReturns a single container registry auth.Connection
Returns a single container registry auth.
Authentication
Connected account requiredTags
Documentation PageRUNPOD_GET_DOCSInteractive API documentation.Connection
Interactive API documentation.
Authentication
Connected account requiredTags
Find an endpoint by IDRUNPOD_GET_ENDPOINTReturns a single endpoint.Connection
Returns a single endpoint.
Authentication
Connected account requiredTags
Find a network volume by IDRUNPOD_GET_NETWORK_VOLUMEReturns a single network volume.Connection
Returns a single network volume.
Authentication
Connected account requiredTags
OpenAPI 3.0 schemaRUNPOD_GET_OPEN_APIThe OpenAPI 3.0 schema.Connection
The OpenAPI 3.0 schema.
Authentication
Connected account requiredTags
Find a Pod by IDRUNPOD_GET_PODReturns a single Pod.Connection
Returns a single Pod.
Authentication
Connected account requiredTags
Find a template by IDRUNPOD_GET_TEMPLATEReturns a single template.Connection
Returns a single template.
Authentication
Connected account requiredTags
List container registry authsRUNPOD_LIST_CONTAINER_REGISTRY_AUTHSReturns a list of container registry auths.Connection
Returns a list of container registry auths.
Authentication
Connected account requiredTags
List endpointsRUNPOD_LIST_ENDPOINTSReturns a list of endpoints.Connection
Returns a list of endpoints.
Authentication
Connected account requiredTags
List network volumesRUNPOD_LIST_NETWORK_VOLUMESReturns a list of network volumes.Connection
Returns a list of network volumes.
Authentication
Connected account requiredTags
List PodsRUNPOD_LIST_PODSReturns a list of Pods.Connection
Returns a list of Pods.
Authentication
Connected account requiredTags
List templatesRUNPOD_LIST_TEMPLATESReturns a list of templates.Connection
Returns a list of templates.
Authentication
Connected account requiredTags
Network volume billing historyRUNPOD_NETWORK_VOLUME_BILLINGRetrieve billing information about your network volumes.Connection
Retrieve billing information about your network volumes.
Authentication
Connected account requiredTags
Pod billing historyRUNPOD_POD_BILLINGRetrieve billing information about your Pods.Connection
Retrieve billing information about your Pods.
Authentication
Connected account requiredTags
Update an endpointRUNPOD_POST_ENDPOINTS_ENDPOINT_ID_UPDATEUpdate an endpoint - synonym for PATCH /endpoints/{endpointId}.Connection
Update an endpoint - synonym for PATCH /endpoints/{endpointId}.
Authentication
Connected account requiredTags
Update a network volumeRUNPOD_POST_NETWORKVOLUMES_NETWORK_VOLUME_ID_UPDATEUpdate a network volume - synonym for PATCH /networkvolumes/{networkVolumeId}.Connection
Update a network volume - synonym for PATCH /networkvolumes/{networkVolumeId}.
Authentication
Connected account requiredTags
Update a PodRUNPOD_POST_PODS_POD_ID_UPDATEUpdate a Pod - synonym for PATCH /pods/{podId}.Connection
Update a Pod - synonym for PATCH /pods/{podId}.
Authentication
Connected account requiredTags
Update a templateRUNPOD_POST_TEMPLATES_TEMPLATE_ID_UPDATEUpdate a template - synonym for PATCH /templates/{templateId}.Connection
Update a template - synonym for PATCH /templates/{templateId}.
Authentication
Connected account requiredTags
Reset a PodRUNPOD_RESET_PODReset a Pod.Connection
Reset a Pod.
Authentication
Connected account requiredTags
Restart a PodRUNPOD_RESTART_PODRestart a Pod.Connection
Restart a Pod.
Authentication
Connected account requiredTags
Start or resume a PodRUNPOD_START_PODStart or resume a Pod.Connection
Start or resume a Pod.
Authentication
Connected account requiredTags
Stop a PodRUNPOD_STOP_PODStop a Pod.Connection
Stop a Pod.
Authentication
Connected account requiredTags
Update an endpointRUNPOD_UPDATE_ENDPOINTUpdate an endpoint.Connection
Update an endpoint.
Authentication
Connected account requiredTags
Update a network volumeRUNPOD_UPDATE_NETWORK_VOLUMEUpdate a network volume.Connection
Update a network volume.
Authentication
Connected account requiredTags
Update a PodRUNPOD_UPDATE_PODUpdate a Pod, potentially triggering a reset.Connection
Update a Pod, potentially triggering a reset.
Authentication
Connected account requiredTags
Update a templateRUNPOD_UPDATE_TEMPLATEUpdate a template.Connection
Update a template.
Authentication
Connected account requiredTags