mirror of
https://github.com/langchain-ai/docs.git
synced 2026-08-26 18:26:37 -04:00
2f9e4c6723
Follow-up cleanup branch for PR #5262, based on the current `fjmorris/DOC-1403` branch. These commits were verified against `managed-deepagents==0.5.0.dev89`. Commit 1 updates the Managed Deep Agents docs to match the public beta identity model: identity scopes memory and credentials, threads are always user-owned, and organization-scoped identity/memory is no longer documented. It removes the outdated identity scope explorer and updates related MDA docs and snippets. Commit 2 updates the Slack connector docs for BYOK app setup: users bring their own Slack app, configure `SLACK_SIGNING_SECRET` and `SLACK_BOT_TOKEN`, and point Events API requests at `/connectors/slack/events`. It removes stale managed Slack app provisioning claims from the Slack connector page, connector overview, CLI reference, and deploy docs. Commit 3 refreshes the integrations catalog and `mda connect` docs for the current public beta behavior: the catalog now matches `mda connect --list`, includes marketplace MCP connectors such as Notion, Cloudflare, Neon, Netlify, Prisma, Vanta, and Close, and documents OAuth, secret-backed, credential-free, and BYOK Slack setup. It also updates the CLI flag table and uses `LANGSMITH_WORKSPACE_ID` for tool server routing. Commit 4 reconciles the CLI reference with the current public beta command surface: it adds `mda build`, `mda logs`, and `mda delete` / `mda destroy`, documents current `mda init` flags, fixes `mda dev --no-browser`, removes stale `mda deploy --host-url`, and corrects deploy/log/delete defaults. Commit 5 runs a cross-page consistency cleanup after the identity, Slack, integrations, and CLI updates: it removes stale channels terminology from the overview, replaces tenant wording with organization wording, and cleans up generic ingress language while preserving literal `MDA_INGRESS_SECRET` and `X-MDA-Ingress-Secret` names. Commit 6 fixes the MDA identity page markup found during validation by removing duplicate closing `Card` / `CardGroup` tags. Validation passed with `make lint_prose`, `make broken-links`, and `make broken-links-with-anchors`. Commit 7 updates the MDA install and release-stage wording: Python install examples now use `uv tool install --prerelease allow managed-deepagents`, and access/release-stage copy now says public beta instead of private beta across the overview, deploy, middleware, quickstart, and shared snippets. --------- Co-authored-by: Christian Bromann <git@bromann.dev> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com> Co-authored-by: victorm-lc <victor@langchain.dev>