import { CopyButton } from '@@/buttons'; import { FormSection } from '@@/form-components/FormSection'; import { TextTip } from '@@/Tip/TextTip'; import { Code } from '@@/Code'; export function EdgeKeyDisplay({ edgeKey }: { edgeKey: string }) { return ( For those pre-staging the edge agent, use the following join token to associate the Edge agent with this environment.

You can read more about pre-staging in the user-guide available{' '} here.

{edgeKey} Copy token
); }