# ToolDrop > ToolDrop gives agent-built internal tools one company login, Tool Storage, encrypted app env vars, hosting, versions, rollback, sharing, and a CLI/MCP contract that coding agents can follow. Start with the Markdown docs when building or debugging. If you are editing a tool, read the local AGENTS.md first, then prefer `tooldrop docs` or MCP `td_docs` because they include workspace-selected skills and design rules. Key rules: use `td.user()` for identity; use ToolDrop env vars for secrets; use `td.storage` for small app-owned state; run `tooldrop validate` before deploy; deploy with a short human message. ## Docs - [ToolDrop Markdown docs](https://tooldrop.app/docs.md): Complete public docs for builders and agents, including quickstart, CLI, SDK, MCP, API, data model, and safety rules. - [Full agent context](https://tooldrop.app/llms-full.txt): Expanded single-file context for agents with the docs and this index together. - [Human docs page](https://tooldrop.app/docs): Browser-readable docs with the same public guidance. ## Agent entry points - [CLI package](https://tooldrop.app/cli.tgz): Install with `npm install -g https://tooldrop.app/cli.tgz`, then run `tooldrop login --url https://tooldrop.app`. - [CLI docs command](https://tooldrop.app/docs.md#agent-entry-points): Run `tooldrop docs` inside a tool to load scaffold rules, selected skills, and design docs. - [MCP guide](https://tooldrop.app/docs.md#mcp-tools): Run `tooldrop mcp` and call `td_docs` before editing a tool. ## References - [ToolDrop Convert](https://tooldrop.app/docs.md#tooldrop-convert): Migration plan for existing apps, including auth, env/data, crons, validation, and staged deploys. - [CLI command reference](https://tooldrop.app/docs.md#cli-commands): Commands for login, init, dev, validate, deploy, env, db, clone, share, install, docs, and MCP. - [SDK reference](https://tooldrop.app/docs.md#sdk-reference): Server and client helpers, including `td.user()`, `td.storage`, and `tdStorage`. - [API reference](https://tooldrop.app/docs.md#api-reference): HTTP contracts for CLI, workspace, deploy, env, share links, and tool runtime. - [Security and operations](https://tooldrop.app/docs.md#security-and-operations): Guardrails for auth, secrets, bundle safety, storage limits, and public remix links. ## Optional - [Product overview](https://tooldrop.app/home): Human marketing overview of what ToolDrop is for. - [Pricing](https://tooldrop.app/pricing): Human pricing page. - [Sitemap](https://tooldrop.app/sitemap.xml): Public URL discovery for crawlers and agents.