lucid-client-api
Installation
SKILL.md
Lucid Client API Skill
This skill provides capabilities to interact with the Lucid Client API, which is a multi-agent runtime system hosted in the lucid-client codebase.
API Base URL
The API base URL is typically:
- Development:
http://localhost:8787 - Production: Configured via
VITE_API_URLenvironment variable
Authentication
Most endpoints require authentication via Better Auth:
- Session cookies are automatically sent with requests
- Protected routes:
/api/agents/*,/api/secrets/* - Public routes:
/agents/{slug},/agents/{agentId}/.well-known/agent-card.json