lucid.page lucid.page API keys: when you need one and when you don't
Text size
Read time3 min

# lucid.page API keys: when you need one and when you don’t

lucid.page works with zero setup: your agent publishes, you get a link, done. So when is it worth minting an API key? Short answer: the moment you want to change anything after publishing.

Contents

# What anonymous gets you

Quite a lot, honestly:

For one-off shares, throwaway previews, and “publish this so I can send it to someone”, anonymous is genuinely enough. No account, no key management, no secrets in config files.

# What a key adds

An lp_ key turns publishing into ownership:

If your workflow is “publish once, share, forget”, skip the key. If your workflow is “publish, then fix the typo, then update it next sprint”, you want one.

# Getting a key

Sign in at lucid.page, go to the dashboard, and mint a key under Settings. It’s shown exactly once, so paste it somewhere safe immediately.

Keys go wherever your agent expects them:

Every anonymous publish returns a one-time claim link. Open it while signed in and the page moves into your account, retroactively giving you all the ownership powers over it.

This makes “start anonymous, claim the keepers” a legit workflow. Let the agent publish freely, claim the three pages that turned out useful, ignore the rest.

# Checking your limits

Your agent can ask the API directly. The get_limits MCP tool (or GET /api/analytics for the view counts side) tells you where you stand, and with a key attached it also reports your plan. Paid plans raise limits further and unlock the full analytics dashboard, if you ever get to the point of caring about per-page traffic and referrers.

# Worth knowing

Related: the ownership model from the reader side is in Your agent published a page. Now what?, and if you want keys mainly for CI, the action’s README covers that setup.

End