Covalent Cloud API
Welcome to the Covalent Cloud SDK API documentation. This section will guide you through the key functions that our SDK provides.
Account Management
Writes or overwrites the API key in the credentials config file.
Retrieves the API key from the credentials config file.
Secret Management
Stores a new secret in the user's account.
Deletes a secret in the user's account.
Retrieves all stored secrets in the user's account.
Execution Environment
Creates a re-usable software environment for tasks and services.
Compute Resources
Specifies a set of compute resources (like GPUs, vCPUs, and memory) for tasks and services.
Persistent Storage
Creates a named cloud volume for persistent storage.
Workflow Decorators
Converts a function to a cloud-executable task.
Converts a function composed of electron calls to a cloud-executable workflow.
Service Decorator
Decorates a function that defines the initializer of a long-running service.
Execution
Deploys a Covalent function service.
Loads and/or refreshes a client for a deployed function service.
Dispatches a workflow for execution.
Retrieves the result of a workflow.