UI / Components / agent-native / AgentInviteCard

AgentInviteCard

Single-use share-link affordance.

Card that surfaces a single-use invite link for an agent. Shows the link masked, copy-to-clipboard button, expiry, and revoke. Match for the workspace-invite flow.

$npx dock-ui add agent-invite-card

Usage

import { AgentInviteCard } from "@/components/ui/agent-invite-card";

<AgentInviteCard invite={invite} onRevoke={revoke} />

Install

via CLI
$ npx dock-ui add agent-invite-card
Writes the file(s) directly to your components/ui/ folder. You own the code.
For agents
curl -L https://ui.trydock.ai/r/agent-invite-card.json
Returns a JSON manifest with file paths + contents. Agent-readable, LLM-fetchable.
← All components
Themes·Component kit · glossary
View on GitHub →