lucid-client-api

Manage agents and invoke entrypoints via the Lucid Client API.

29|14|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/daydreamsai/skills-market --skill lucid-client-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lucid-client-api
Source: https://github.com/daydreamsai/skills-market/tree/main/plugins/lucid-client-api/skills
Command: npx skills add https://github.com/daydreamsai/skills-market --skill lucid-client-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables programmatic interaction with the Lucid Client API to manage agents, invoke entrypoints, and orchestrate multi-agent runtimes.

Core Features & Use Cases

  • Agent management: create, list, update, and delete agents via the API.
  • Entrypoint invocation and payments: invoke entrypoints and handle x402 payment flows when required.
  • Public access & discovery: retrieve public agent manifests and inspect runtime analytics.

Quick Start

Use the lucid-client-api skill to list your agents and invoke an entrypoint.

Frequently Asked Questions about lucid-client-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage agents and invoke entrypoints via the Lucid Client API?

The Lucid Client API requires cookie-based authentication to manage agents and invoke entrypoints. You must authenticate before accessing endpoints under /api/agents or querying multi-agent runtime data.

Can I handle x402 payments when invoking entrypoints through the API?

Yes, the Lucid Client API supports handling x402 payment flows when invoking entrypoints. It manages payments alongside agent creation and runtime data queries across environments.

How do I retrieve a public agent manifest from the Lucid Client API?

To retrieve a public agent manifest from the Lucid Client API, access the /agent/{slug} endpoint. This provides public agent discovery data validated through OpenAPI specifications.

Does the Lucid Client API work for querying multi-agent runtime data in production?

Yes, the Lucid Client API works for querying multi-agent runtime data in production. It supports inspecting runtime analytics and orchestrating agents across development and production environments.

What limitations exist when using cookie-based authentication for agent API management?

Cookie-based authentication for agent API management requires valid session cookies to access endpoints under /api/agents and /agents. The Lucid Client API relies on this method to secure multi-agent runtime operations.