> ## Documentation Index
> Fetch the complete documentation index at: https://linkly.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Linkly AI Account

> An account exists only to connect you to the official cloud services. Local indexing, local search, and the MCP service need neither a sign-in nor an internet connection — this page spells out what's free, what needs an account, and what needs Pro.

## What an Account Is For

Linkly AI is a **local-first** application: your documents, your index, and your searches all happen on your own computer. The account plays no part in any of that. It does exactly one thing — **connect you to Linkly AI's official cloud services**.

Concretely, the account is the credential for three cloud capabilities:

<CardGroup cols={3}>
  <Card title="Official AI Models" icon="sparkles" iconType="duotone">
    No provider keys to apply for — sign in and use them in the Chatbot
  </Card>

  <Card title="Cloud Libraries" icon="cloud" iconType="duotone">
    Push a local library to the cloud so it's online around the clock, and link libraries other people share
  </Card>

  <Card title="Remote Access" icon="tower-broadcast" iconType="duotone">
    Let online AI like ChatGPT and Claude.ai reach back into your machine and read your documents
  </Card>
</CardGroup>

Everything else needs no account at all.

***

## What Works Without Signing In

This is the product's baseline, and it's written into the app under **Settings → Data Privacy → What we don't do**:

> **No mandatory sign-in; client capabilities don't depend on cloud services.**

Capabilities that need no account and no internet connection whatsoever:

| Capability                        | Notes                                                                                               |
| --------------------------------- | --------------------------------------------------------------------------------------------------- |
| **Document indexing**             | Scanning, watching, and parsing PDF / images / Office / Markdown, all on-device                     |
| **Local search**                  | Full-text (BM25), semantic (vector), and outline indexing, with models running locally              |
| **Launcher**                      | The search popup raised by a global shortcut — see [the launcher](/docs/en/use-launcher)                 |
| **Local libraries**               | Create, manage, and search by library — see [Using Libraries](/docs/en/use-libraries)                    |
| **Local MCP service**             | The MCP server on `127.0.0.1`; loopback access from this machine is always allowed                  |
| **CLI in local mode**             | `linkly search` / `read` and friends — see [Using the CLI](/docs/en/use-cli)                             |
| **Chatbot (with your own model)** | Works as usual once a third-party or local model is configured — see [the Chatbot](/docs/en/use-chatbot) |
| **Notes**                         | See [Using Notes](/docs/en/use-notes)                                                                    |

In other words: **install it, never sign in, and Linkly AI is still a complete local knowledge engine** — indexing your files and answering retrieval calls from Claude Code, Cursor, Codex, and other local AI tools over MCP, with nothing going online and nothing uploaded.

<Note>On the sign-in screen of the first-run wizard there's a line of small print at the bottom: **If you'll use it offline, you can skip sign-in, but you'll need to set up the AI models and other settings yourself — choose carefully.** Click **skip sign-in** and you go straight into the app. You can sign in later at any time under **Settings → Account**.</Note>

The one thing you'll have to supply yourself is a **chat model**: without signing in there are no official models, so you need to add a third-party provider's API key under **Settings → AI**, or connect a local model.

***

## What Signing In Unlocks

<AccordionGroup>
  <Accordion title="Official AI models" icon="sparkles">
    Once you're signed in, **Linkly Official** under **Settings → AI** lights up on its own. The model list is delivered by the server and **there are no keys for you to fill in**. Free accounts get our curated basic models (the more cost-effective flash tier); Pro additionally unlocks the frontier models. See [Model Service](/docs/en/model-service) for details.
  </Accordion>

  <Accordion title="Cloud libraries" icon="cloud">
    Create cloud libraries on the web, push local content to them from the desktop app, link libraries other people share, and invite people to yours or publish it openly. The full walkthrough is in [Using Cloud Libraries](/docs/en/use-cloud-library).
  </Accordion>

  <Accordion title="Remote access (MCP tunnel)" icon="tower-broadcast">
    Builds a tunnel between your machine and `mcp.linkly.ai` so cloud-hosted AI applications like ChatGPT and Claude.ai can read the documents on your computer. **Requires a Pro subscription**; configuration is covered in [Remote Access](/docs/en/use-in-remote).
  </Accordion>

  <Accordion title="API keys and the web dashboard" icon="key">
    Signing in is what lets you manage API keys and review usage and quota in the [dashboard](https://linkly.ai/dashboard). See [API Keys](#api-keys) below.
  </Accordion>
</AccordionGroup>

### Pages in the Web Dashboard

| Page                                                     | What you do there                                                                                                               |
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| [Home](https://linkly.ai/dashboard)                      | Your current plan, MCP call volume over the last 30 days, and official model quota (three rings for 5 hours / 7 days / 30 days) |
| [My Libraries](https://linkly.ai/dashboard/libraries)    | Libraries you created, linked, had shared with you, or starred; linking and unlinking; remaining link slots                     |
| [Integrations](https://linkly.ai/dashboard/integrations) | The cloud MCP endpoint, **API key management**, client downloads, and setup guides per AI tool                                  |
| [Invitations](https://linkly.ai/dashboard/invitations)   | Handle library invitations you've received (pending / accepted / declined / revoked)                                            |
| [New cloud library](https://linkly.ai/libraries/new)     | Create the shell of a cloud library: title, slug, description, category, visibility                                             |

The avatar menu in the top-right corner also holds: **Edit Profile**, **Invitations**, **My subscription** (Pro) or **Upgrade to Pro**, **Help center**, and **Sign Out**.

***

## How to Sign In

### On the Web

Go to [linkly.ai](https://linkly.ai) and click sign in. Take your pick of four methods, **none of which involves setting a password**:

* **Google** account authorization
* **GitHub** account authorization
* **Notion** account authorization
* **Email code**: enter your address and receive a one-time code by email

Your first sign-in is your registration; there's no separate sign-up flow.

### On the Desktop

The desktop app **leads with browser authorization** — no keys for you to shuttle around by hand:

<Steps>
  <Step title="Open account settings">Go to **Settings → Account** and click **Sign In**.</Step>
  <Step title="Authorize in your browser">Your default browser opens Linkly AI's authorization page (OAuth 2.1 + PKCE, requesting only the `openid email` scopes). The app shows **Waiting for browser authorization…** in the meantime, and you can click **Cancel** at any point.</Step>
  <Step title="Return to the app automatically">Once authorization completes, the browser brings the app back to the foreground and the account card shows your email address and **Connected to Linkly AI Cloud**. In the background the app also fetches the official model list — go back to the Chatbot and the models are there to pick.</Step>
</Steps>

<Tip>**No browser available, or working on a server or in a remote environment?** At the bottom of the account page there's a collapsed section, **Optional: connect your account by setting an API key manually**. Paste in the `lkai_` key from the dashboard and the result is equivalent to signing in over OAuth.</Tip>

The first-run wizard includes the same sign-in step (step 1 of 2), going through the same OAuth flow.

### In the Browser Extension

The extension **never requires a sign-in**: open the side panel and you can extract a page, convert it to Markdown, preview it, and export it. Signing in is just an optional action on the toolbar.

***

## Setting a Username

A cloud library's address looks like `linkly.ai/<username>/<slug>`, so the account needs a globally unique username.

* **When you need one**: the first time you enter the web dashboard, an unskippable **Complete your profile** dialog asks for a **Display Name** and a **Username**; going straight to creating a cloud library asks for it too.
* **Where to set it**: the avatar in the top-right corner of the dashboard → **Edit Profile**. The same dialog also lets you change your avatar and display name (the email address is read-only).
* **Format rules**: 6–39 characters, **lowercase letters, digits, and hyphens** only, must start and end with a letter or digit, **no consecutive hyphens**, and platform-reserved words are off limits.

<Warning>**Once set, a username can't be changed.** It appears in the public address of every cloud library you own, so decide it once and get it right. Display name and avatar, by contrast, can be changed any time.</Warning>

***

## Free and Pro

Linkly AI draws a clean line: **all local capabilities are free, and what Pro buys is the cloud enhancements**.

|                                                         | Free                       | Pro                                |
| ------------------------------------------------------- | -------------------------- | ---------------------------------- |
| All local features, offline use                         | ✅                          | ✅                                  |
| Document parsing, full-text / semantic search, outlines | ✅                          | ✅                                  |
| MCP and CLI, integration with mainstream AI agents      | ✅                          | ✅                                  |
| Browser extension                                       | ✅                          | ✅                                  |
| **Official AI model tier**                              | Basic models               | Basic + frontier models            |
| **Official model quota**                                | Limited                    | Substantially higher               |
| **Cloud libraries**                                     | ✅ Create, link, and search | ✅ Higher count and capacity limits |
| **Cloud library visibility**                            | Private only               | Public / Showcase / Private        |
| **Remote access (MCP tunnel)**                          | ❌                          | ✅                                  |
| Cloud high-precision parsing and index optimization     | ❌                          | Coming soon                        |
| Cloud audio and video transcription                     | ❌                          | Coming soon                        |

<Note>**The exact numbers** — the ceilings on the three model quota windows, how many cloud libraries you can create and link, the document limit per library — **are whatever the [website](https://linkly.ai/pricing) and the in-app quota panel say.** They shift as the product is tuned, and hard-coding them into the docs would only mislead.</Note>

A few things that are easy to mix up:

* **Cloud library search is open to free accounts**, just with a smaller quota. What's genuinely Pro-only is **remote access (the tunnel)** — on that path a free account gets an upgrade prompt straight away.
* **Inviting other people to your own library doesn't need Pro.** A library created on a free account can only be Private, but you can still invite readers by email from the library settings page → **Sharing**. Only **publishing openly** (Public / Showcase) needs Pro.
* **A library someone shares with you doesn't count against your creation quota**, only against one link slot.
* The official models draw on a **shared quota pool**, different models consume it at different multipliers, and filling any one of the three time windows gets you rate-limited. Check what's left in real time with the **Model quota** button at the bottom of the sidebar in the app, or on the dashboard home page. See [Model Service](/docs/en/model-service) for details.

<Note>Exceeding a quota doesn't affect what's already there — libraries you've built and documents you've pushed stay put; you just can't create anything new. Quotas refresh per window automatically, with nothing to request.</Note>

### Subscribing and Cancelling

* **Upgrading**: go to the [website](https://linkly.ai/pricing) and click **Subscribe Now** to check out through Stripe. The Chinese interface additionally offers **One-time payment (Alipay / WeChat Pay)** — valid for 1 year, no auto-renewal, repurchase when it expires.
* **Cancelling**: the avatar in the top-right corner of the dashboard → **My subscription** takes you to the Stripe management page to cancel. Your benefits remain active until the end of the current billing period.
* A **7-day full refund, no questions asked** is supported.

***

## API Keys

An API key is your account's stand-in **on the command line and in third-party tools**, formatted as `lkai_` plus 32 hexadecimal characters (37 in total).

**Where to get one**: dashboard → [Integrations](https://linkly.ai/dashboard/integrations) → the **API Keys** section → **New Key**. The name can be left blank.

**What it's for**:

| Scenario             | How it's used                                                                                             |
| -------------------- | --------------------------------------------------------------------------------------------------------- |
| Cloud MCP gateway    | The `Authorization: Bearer lkai_...` request header — see [Cloud Libraries](/docs/en/use-cloud-library)        |
| Remote access tunnel | Used under **Settings → MCP → Remote access** on the desktop — see [Remote Access](/docs/en/use-in-remote)     |
| CLI in remote mode   | `linkly auth set-key lkai_...` — see [Using the CLI](/docs/en/use-cli)                                         |
| Official AI models   | Fetched and stored automatically after you sign in over OAuth on the desktop; you normally never touch it |

A few facts about keys:

* **One key per account is enough.** Signing in on the desktop creates (or reuses) one for you automatically; the web dashboard disables the **New Key** button once you already have one.
* **It isn't shown only once.** The key is masked in the list by default — click the eye icon to reveal it in full at any time, and the copy icon to copy it.
* **It never expires by default**, unless you revoke it yourself.
* **It can be revoked**: click the trash icon and confirm. The key stops working immediately, and you simply create a new one.

<Warning>An API key is equivalent to your account credentials — it can reach your cloud libraries, and with the tunnel open it can read the documents on **your own machine**. Don't commit it to a public repository, paste it into a chat, or leave it in a screenshot. If you suspect it has leaked, revoke it in the dashboard and create a new one right away.</Warning>

***

## Accounts and Security

* **Signing out (desktop)**: **Settings → Account → Sign Out**, with a confirmation step. It **only clears the credentials stored on this machine** — your local index, local libraries, chat history, and anything already pushed to the cloud are all untouched.
* **Signing out is not the same as revoking a key**: the API key on the server remains valid. To invalidate it for good (a lost computer, a leaked key), you have to revoke it in the dashboard.
* **Where credentials live**: on the desktop, in `config.json` inside the app data directory; for the CLI, in `~/.linkly/credentials.json`. Both are local files, and keys are redacted automatically in the app logs.
* **Deleting your account**: there's no self-service option yet — contact us through the [support page](https://linkly.ai/support) and we'll take care of it.

***

## FAQ

<AccordionGroup>
  <Accordion title="What do I miss out on by not signing in? Is it worth registering?">
    Three things: the official AI models, cloud libraries, and remote access. Local indexing, local search, and the local MCP service are all unaffected.
    If you already have your own model API key and only use Linkly AI from AI tools on this machine (Claude Code, Cursor, and the like), **there's genuinely no need to register**.
  </Accordion>

  <Accordion title="Once I sign in, do my files get uploaded?">No. Indexing and search always happen on your machine. Only when you **deliberately** push a library to the cloud does that library's content get uploaded; and with remote access on, the tunnel only forwards requests and responses — it stores no documents. See the privacy section of the [FAQ](/docs/en/faq) for details.</Accordion>

  <Accordion title="How many computers can one account be used on?">There's no device limit. Each computer goes through the OAuth sign-in once, and they all share the same API key. Do note that cloud library **link slots** are counted per account (1 on Free, 99 on Pro), not per device.</Accordion>

  <Accordion title="Can I change my username? What if I got it wrong?">Not for the time being — it's part of the public address of your cloud libraries. If you got it wrong, contact us through the support page on the website. Display name and avatar aren't subject to this and can be changed any time.</Accordion>

  <Accordion title="What does Needs setup or Sign in to your account first mean on the desktop?">It means this computer has no cloud credentials stored yet. Go to **Settings → Account**, click **Sign In**, and run through the browser authorization once. If you're already signed in and still see it, the key has most likely been revoked or expired — the account card will read **This sign-in is invalid or the key has expired.**, and signing in again overwrites the old key.</Accordion>

  <Accordion title="After signing out, are the libraries I pushed to the cloud still there?">Yes. Signing out only deletes the credentials on this machine; cloud content is entirely unaffected and reappears once you sign back in. To delete the cloud copy you have to do it explicitly on the web, under the library settings page → **Danger zone**.</Accordion>

  <Accordion title="What do I do when the free quota runs out?">
    Quota refreshes automatically per time window, with nothing to apply for — it comes back on its own.
    If you often find it too tight, add a third-party model provider under **Settings → AI** as well; third-party and local models don't consume Linkly AI quota.
  </Accordion>
</AccordionGroup>

***

## Further reading

* [Quick Start](/docs/en/quickstart) — installation, first launch, and the basics
* [Model Service](/docs/en/model-service) — official models, the quota pool, and bring-your-own-key (BYOK)
* [Using the Chatbot](/docs/en/use-chatbot) — the full guide to the built-in chat window
* [Using Cloud Libraries](/docs/en/use-cloud-library) — creating, pushing, linking, and sharing
* [Remote Access](/docs/en/use-in-remote) — the Pro-only MCP tunnel
* [FAQ](/docs/en/faq) — privacy commitments and where your data goes
* [Using the Browser Extension](/docs/en/use-extension) — what you can do without signing in at all
