From 175060f8eac10b72aee2f767d7a7e62e66e970a4 Mon Sep 17 00:00:00 2001 From: mchen Date: Fri, 21 Aug 2026 11:31:53 -0700 Subject: [PATCH] docs: point docs links at the docs.e2b.dev subdomain The docs site moved to its own subdomain. e2b.dev/docs now 308s to docs.e2b.dev/, and the subdomain has no /docs path prefix, so e2b.dev/docs/ maps to docs.e2b.dev/. UTM parameters are unchanged and already survived the redirect, so this removes a redirect hop rather than fixing broken attribution. The four /llm-platforms/openai links are migrated as-is. That path 404s on both the old and new domain, so it was already dead before the move; picking a replacement is a content decision, not part of this migration. Co-Authored-By: Claude Opus 5 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c07d104..b701937 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Add to readme list:

- Add Code Interpreter to your AI App + Add Code Interpreter to your AI App

🌟 See this list in web UI
@@ -63,9 +63,9 @@ This list is made by the team behind [e2b](https://github.com/e2b-dev/e2b). E2b ---> ## Check out E2B - Code Interpreting for AI apps -- Check out [Code Interpreter SDK](https://e2b.dev/docs?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=awesome-ai-agents) +- Check out [Code Interpreter SDK](https://docs.e2b.dev/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=awesome-ai-agents) - Explore examples in [E2B Cookbook](https://github.com/e2b-dev/e2b-cookbook) -- Read our [docs](https://e2b.dev/docs?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=awesome-ai-agents) +- Read our [docs](https://docs.e2b.dev/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=awesome-ai-agents) - Contact us at [hello@e2b.dev](mailto:hello@e2b.dev) or [on Discord](https://discord.gg/35NF4Y8WSE). Follow us on [X (Twitter)](https://twitter.com/e2b) # Open-source projects @@ -5521,11 +5521,11 @@ Build-your-own, Productivity, General purpose Superagent uses E2B as a [code execution tool](https://x.com/pelaseyed/status/1709592941226831916?s=20). To try Superagent with E2B, create a Code interpreter API and then select it for your agent to use. -### :eight_pointed_black_star: [OpenAI's Assistants](https://e2b.dev/docs/llm-platforms/openai/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=awesome-ai-agents) +### :eight_pointed_black_star: [OpenAI's Assistants](https://docs.e2b.dev/llm-platforms/openai/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=awesome-ai-agents)
You can define actions for your AI assistant and E2B will automatically execute them inside a sandbox. This allows you to create powerful AI assistants with custom tools completely predefined by you. -To [try the OpenAI Assistants with E2B](https://e2b.dev/docs/llm-platforms/openai?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=awesome-ai-agents), you can follow our guide in [Python](https://e2b.dev/docs/llm-platforms/openai?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=awesome-ai-agents#python) or [JavaScript](https://e2b.dev/docs/llm-platforms/openai?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=awesome-ai-agents#java-script). +To [try the OpenAI Assistants with E2B](https://docs.e2b.dev/llm-platforms/openai?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=awesome-ai-agents), you can follow our guide in [Python](https://docs.e2b.dev/llm-platforms/openai?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=awesome-ai-agents#python) or [JavaScript](https://docs.e2b.dev/llm-platforms/openai?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=awesome-ai-agents#java-script).
@@ -5547,7 +5547,7 @@ See also a guide [here](https://e2b.dev/blog/build-ai-data-analyst-with-langchai ## Want to use E2B with your AI product? Contact us at [hello@e2b.dev](mailto:hello@e2b.dev) or [on discord](https://discord.gg/35NF4Y8WSE). -We are open-source and you can get started with E2B [here](https://e2b.dev/docs?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=awesome-ai-agents). +We are open-source and you can get started with E2B [here](https://docs.e2b.dev/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=awesome-ai-agents).