Skip to main content

Deploy SDK

Agent deployment workflows.

Operations

Generated Reference

Overview

Available Operations

lucidDeployAgent

Admin-only. Creates a passport, generates code via runtime adapter, builds a Docker image, and deploys to the preferred target.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidDeployAgentResponse>

Errors

lucidPreviewAgent

Admin-only. Generates agent code without deploying (dry run).

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidPreviewAgentResponse>

Errors

lucidListAgentDeployments

Admin-only. Lists all agent deployments with optional filters.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidListAgentDeploymentsResponse>

Errors

lucidGetAgentCapabilities

List the available runtime adapters (node, python, langchain, crewai) and deployment targets (docker, railway, akash, phala, ionet, nosana) for agent deployment.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidGetAgentCapabilitiesResponse>

Errors

lucidGetAgentDeployStatus

Retrieve the current deployment status for an agent by passport ID, including target platform, URL, health state, and deployment timestamps.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidGetAgentDeployStatusResponse>

Errors

lucidGetAgentDeployLogs

Retrieve deployment logs for an agent. Supports a tail parameter to control the number of log lines returned (default 100).

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidGetAgentDeployLogsResponse>

Errors

lucidTerminateAgent

Admin-only. Terminates an active agent deployment.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidTerminateAgentResponse>

Errors

lucidGetDeploymentEvents

Returns append-only audit log of deployment lifecycle events.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidGetDeploymentEventsResponse>

Errors