Skip to content

Quickstart Guides

Alpha Access Required

Lucid is in private alpha. Request access before proceeding.

Get up and running with Lucid in under 5 minutes. These guides use serverless mode for instant deployment with zero infrastructure setup.

Prerequisites

Before starting any quickstart, ensure you have:

Install the CLI

All quickstarts use the Lucid CLI. Install it once:

pip install lucid-cli

Verify the installation:

lucid --help

What is Serverless Mode?

Serverless mode deploys your AI workloads to Lucid's managed infrastructure:

  • Instant deployment - No Kubernetes, no cloud setup
  • Same TEE security - Hardware attestation identical to self-hosted
  • Zero-trust by default - Verify attestation against Intel/AMD root of trust
  • Pay-per-use - No idle infrastructure costs (pricing details to be announced)

All quickstarts use the pattern:

lucid apply --model <MODEL> --profile <PROFILE>

Available Resources

Models

Model ID Description Context
llama-3.1-8b Llama 3.1 8B Instruct 128K
llama-3.1-70b Llama 3.1 70B Instruct 128K
qwen-72b Qwen 2.5 72B 128K
phi-3.5-mini Phi 3.5 Mini 128K

Auditor Profiles

Profile Auditors Best For
chat injection, toxicity, sovereignty Chat use cases
workflow injection, soc2 Agent builders, automation
coding injection, eval Code assistants
customer injection, toxicity, pii, soc2 Customer-facing use cases
default injection General purpose

Your Own Private AI

Want a personal AI assistant you can chat with on Signal, Telegram, or WhatsApp?

lucid apply --model llama-3.1-8b --profile chat
lucid agent connect signal

Free plan, no credit card. See the Your Private AI quickstart.

Next Steps

After completing a quickstart:

  1. Verify TEE attestation: lucid verify environment <env-id>
  2. View AI Passports: lucid passport list
  3. Monitor status: lucid status
  4. Explore self-hosted: See Deployment Modes

Troubleshooting

"Not logged in" error

lucid login -e [email protected]

Environment not ready

Serverless environments typically start in under 30 seconds. If delayed:

lucid status

Need help?