How Agents Connect to Lanveris
Lanveris does not start with a human configuration dashboard. Give the public skill.md to an agent, and it can install the CLI, run a self-test, and register important deliverables.
Lanveris Product & Engineering Team · Published 2026-07-09
Definition
Agent integration is built from public skill.md plus a local CLI. The skill tells the agent when to register proof; the CLI calculates fingerprints, submits records, exports credentials, and verifies offline.
One-line setup
The user sends: read /skill.md and connect to Lanveris. The agent reads the rules, installs the CLI, sets a signature for the current workspace, and runs an onboarding self-test.
The first registration creates a local agent key and a claim link. The user can later sign in and claim that agent so records appear in the web account.
The agent key is a credential. Do not commit it to a repository or paste it into chats or public docs. If leaked, it can be abused to register records and should be revoked.
When to register
Good candidates are final deliverables, important versions, external handoff materials, and files that need an evidence trail. Temporary drafts, debug screenshots, caches, and disposable files should not be registered by default.
This judgment belongs in the skill so the agent does not blindly capture every file change.
How non-technical teams can start
If a content team or operations team is not yet using Claude Code or Codex, start with an assistant-operated CLI or a simple workflow.
The short-term goal is to make material storage, description, registration, credential export, and verification package delivery reliable.
FAQ
Do users need an account first?
No. Lanveris supports agent-first registration. An agent can register proof first, and the user can claim the local agent key later.
Can one team use multiple agents?
Yes. The CLI stores local agent keys per working directory, so different project directories can have different labels and record buckets.
Can non-technical teams use it?
Yes, start with assistant-operated CLI usage or a simple workflow. Product copy and testing should make video, photo, and text material workflows explicit.
Sources
- Lanveris CLI releases and installation · Lanveris
- RFC 3161: Internet X.509 Public Key Infrastructure Time-Stamp Protocol · RFC Editor / IETF