Documentation

Tutorials & Guides

Learn how to master TLCPD's platform, from securely onboarding your team to managing your agent infrastructure.

Workspaces & Access

Inviting Team Members

Throughput Lines of Code Per Day utilizes a highly secure, link-based invitation system for adding members to your workspaces.

Generating an Invite Link

1. Navigate to the Organization Settings in your TLCPD Dashboard.
  • Select Teams & Access and click on Invite Members.
  • Use the Invite Link Generator to create a secure token link.
  • Set an expiration duration (e.g., 1 hour, 24 hours, or 7 days) to limit the window of access.
  • Click Generate Secure Link.


  • How Invite Tokens Work

    TLCPD invitations are backed by short-lived cryptographic tokens prefixed with gv_tkn_. When generated, the dashboard will output a link similar to:

    http://localhost:4300/invite/join?token=gv_tkn_abc123&expire=1h

    Joining a Workspace

    When a user clicks the invitation link:
  • If they are not authenticated, they will be securely redirected through the login/signup flow (backed by Buttrbase) and then returned to the invitation page.
  • If they are authenticated, the system intercepts the token parameter, validates it against the Buttrbase API, and securely provisions them as a member of the organization.
  • Upon success, the user is immediately redirected to the workspace dashboard.


  • > Note: For security purposes, workspace roles are strictly enforced by the backend upon joining, defaulting to member-level access.
    Agent Infrastructure

    Configuring Your MCP Connection

    TLCPD relies on the Model Context Protocol (MCP) to seamlessly communicate with the agent daemon.

    Setup Instructions

    1. Open the MCP Settings tab in your dashboard.
  • Provide your backend connection URL and authentication token.
  • Once configured, TLCPD will establish a persistent connection with exponential backoff and jittered reconnects. This means even if you're coding offline on an airplane, the UI will restore connections and pick up exactly where it left off once Wi-Fi is restored!