From b7a1a0347db46315f72eab6202d3cda6ad97ede3 Mon Sep 17 00:00:00 2001 From: SachaMorard <2254275+SachaMorard@users.noreply.github.com> Date: Wed, 4 Feb 2026 14:50:07 +0100 Subject: [PATCH] chore: edgee rename --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 6 ++-- README.md | 2 +- SECURITY.md | 2 +- api-reference/authentication.mdx | 2 +- docs.json | 34 +++++++++---------- features/observability.mdx | 2 +- features/overview.mdx | 2 +- integrations/claude-code.mdx | 10 +++--- integrations/openai-sdk.mdx | 2 +- introduction.mdx | 2 +- introduction/faq.mdx | 10 +++--- introduction/why-edgee.mdx | 2 +- .../data-collection/amazon-data-firehose.mdx | 2 +- .../data-collection/amazon-kinesis.mdx | 2 +- .../components/data-collection/amazon-s3.mdx | 2 +- .../components/data-collection/amplitude.mdx | 2 +- .../components/data-collection/clickhouse.mdx | 2 +- .../data-collection/google-analytics.mdx | 2 +- .../data-collection/google-bigquery.mdx | 2 +- .../components/data-collection/gosquared.mdx | 2 +- .../data-collection/linkedin-capi.mdx | 4 +-- proxy/components/data-collection/matomo.mdx | 2 +- .../components/data-collection/meta-capi.mdx | 2 +- proxy/components/data-collection/mixpanel.mdx | 2 +- .../data-collection/piano-analytics.mdx | 2 +- .../data-collection/pinterest-capi.mdx | 2 +- .../components/data-collection/plausible.mdx | 2 +- proxy/components/data-collection/posthog.mdx | 2 +- proxy/components/data-collection/segment.mdx | 2 +- .../data-collection/snapchat-capi.mdx | 2 +- .../components/data-collection/snowflake.mdx | 2 +- proxy/components/data-collection/woopra.mdx | 2 +- proxy/getting-started/account-creation.mdx | 4 +-- proxy/getting-started/domains.mdx | 4 +-- proxy/getting-started/prestashop.mdx | 2 +- proxy/getting-started/react-native-sdk.mdx | 2 +- proxy/getting-started/sso.mdx | 2 +- proxy/privacy.mdx | 6 ++-- .../developer-guide-data-collection.mdx | 24 ++++++------- .../developer-guide-edge-function.mdx | 10 +++--- proxy/services/registry/developer-guide.mdx | 12 +++---- proxy/services/registry/faqs.mdx | 4 +-- proxy/services/registry/foundations.mdx | 4 +-- proxy/services/stitching/overview.mdx | 2 +- quickstart/account-creation.mdx | 4 +-- quickstart/api-key.mdx | 2 +- quickstart/sdk.mdx | 6 ++-- sdk/go/configuration.mdx | 10 +++--- sdk/go/index.mdx | 4 +-- sdk/go/send.mdx | 2 +- sdk/go/stream.mdx | 2 +- sdk/go/tools.mdx | 6 ++-- sdk/index.mdx | 4 +-- 54 files changed, 118 insertions(+), 118 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c03681dc..6e5eca15 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -61,7 +61,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -[community-coc@edgee.cloud](mailto:community-coc@edgee.cloud). +[community-coc@edgee.ai](mailto:community-coc@edgee.ai). All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 164e006d..d6788995 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,15 +1,15 @@ # Edgee Contributor Guidelines -Welcome! This project is created by the team at [Edgee](https://www.edgee.cloud). +Welcome! This project is created by the team at [Edgee](https://www.edgee.ai). We're glad you're interested in contributing! We welcome contributions from people of all backgrounds who are interested in making great software with us. At Edgee, we aspire to empower everyone to create interactive experiences. To do this, we're exploring and pushing the boundaries of new technologies, and sharing our learnings with the open source community. -If you have ideas for collaboration, email us at opensource@edgee.cloud or join our [Discord](https://www.edgee.cloud/discord)! +If you have ideas for collaboration, email us at opensource@edgee.ai or join our [Discord](https://www.edgee.ai/discord)! -We're also hiring full-time engineers to work with us everywhere! Check out our current job postings [here](https://github.com/edgee-cloud/careers). +We're also hiring full-time engineers to work with us everywhere! Check out our current job postings [here](https://github.com/edgee-ai/careers). ## Issues diff --git a/README.md b/README.md index 4c8dee31..a8908984 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Edgee Documentation is a [Mintlify](https://mintlify.com/) project. The document ```bash ## Go wherever you want -git clone git@github.com:edgee-cloud/docs.git +git clone git@github.com:edgee-ai/docs.git cd docs nvm use make dev.up ## This command will start the docs diff --git a/SECURITY.md b/SECURITY.md index 11f72258..621acf57 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ We truly appreciate efforts to discover and disclose security issues responsibly. If you’d like to report a security issue found in any of our products or have security concerns regarding Edgee, -please reach out to security@edgee.cloud. +please reach out to security@edgee.ai. In order for us to best respond to your report, please include: diff --git a/api-reference/authentication.mdx b/api-reference/authentication.mdx index 08d659a3..bc41d735 100644 --- a/api-reference/authentication.mdx +++ b/api-reference/authentication.mdx @@ -5,7 +5,7 @@ icon: key-round --- The Edgee API uses API keys to authenticate requests. You can view and manage your API keys in the -Edgee [Console](https://www.edgee.cloud/). Please refer to the [Create an API Key](/quickstart/api-key) guide to know more about how to create an API key. +Edgee [Console](https://www.edgee.ai/). Please refer to the [Create an API Key](/quickstart/api-key) guide to know more about how to create an API key. Your API keys carry many privileges, so be sure to keep them secure! diff --git a/docs.json b/docs.json index 144d1dfd..fd64e133 100644 --- a/docs.json +++ b/docs.json @@ -42,13 +42,13 @@ "fonts": { "heading": { "family": "Sentient-Variable", - "source": "https://www.edgee.cloud/assets/fonts/Sentient-Variable.woff2", + "source": "https://www.edgee.ai/assets/fonts/Sentient-Variable.woff2", "format": "woff2", "weight": 600 }, "body": { "family": "Supreme-Variable", - "source": "https://www.edgee.cloud/assets/fonts/Supreme-Variable.woff2", + "source": "https://www.edgee.ai/assets/fonts/Supreme-Variable.woff2", "format": "woff2", "weight": 500 } @@ -455,7 +455,7 @@ "logo": { "light": "/images/logos/edgee-light.svg", "dark": "/images/logos/edgee-dark.svg", - "href": "https://www.edgee.cloud" + "href": "https://www.edgee.ai" }, "background": { "color": { @@ -466,16 +466,16 @@ "primary": { "type": "button", "label": "Console", - "href": "https://www.edgee.cloud" + "href": "https://www.edgee.ai" } }, "footer": { "socials": { - "github": "https://github.com/edgee-cloud", - "linkedin": "https://www.linkedin.com/company/edgee-cloud", - "x": "https://x.com/edgee_cloud", - "instagram": "https://www.instagram.com/edgee_cloud", - "discord": "https://www.edgee.cloud/discord" + "github": "https://github.com/edgee-ai", + "linkedin": "https://www.linkedin.com/company/edgee-ai", + "x": "https://x.com/edgee_ai", + "instagram": "https://www.instagram.com/edgee_ai", + "discord": "https://www.edgee.ai/discord" }, "links": [ { @@ -483,19 +483,19 @@ "items": [ { "label": "Documentation", - "href": "https://www.edgee.cloud/docs/" + "href": "https://www.edgee.ai/docs/" }, { "label": "Contact", - "href": "https://www.edgee.cloud/contact" + "href": "https://www.edgee.ai/contact" }, { "label": "Roadmap", - "href": "https://roadmap.edgee.cloud/roadmap/main" + "href": "https://roadmap.edgee.ai/roadmap/main" }, { "label": "Status", - "href": "https://status.edgee.cloud" + "href": "https://status.edgee.ai" } ] }, @@ -504,11 +504,11 @@ "items": [ { "label": "Blog", - "href": "https://www.edgee.cloud/blog" + "href": "https://www.edgee.ai/blog" }, { "label": "Jobs", - "href": "https://github.com/edgee-cloud/careers" + "href": "https://github.com/edgee-ai/careers" } ] }, @@ -517,11 +517,11 @@ "items": [ { "label": "Privacy", - "href": "https://www.edgee.cloud/privacy" + "href": "https://www.edgee.ai/privacy" }, { "label": "Terms", - "href": "https://www.edgee.cloud/terms" + "href": "https://www.edgee.ai/terms" } ] } diff --git a/features/observability.mdx b/features/observability.mdx index 886c89dc..b4452c84 100644 --- a/features/observability.mdx +++ b/features/observability.mdx @@ -80,7 +80,7 @@ Tags allow you to categorize and label requests for filtering and grouping in yo ```go - import "github.com/edgee-cloud/go-sdk/edgee" + import "github.com/edgee-ai/go-sdk/edgee" client, _ := edgee.NewClient("your-api-key") diff --git a/features/overview.mdx b/features/overview.mdx index 967c62c1..beb8353f 100644 --- a/features/overview.mdx +++ b/features/overview.mdx @@ -8,7 +8,7 @@ Edgee AI Gateway is an **edge-native, cost-optimized AI Gateway** that reduces L Edgee AI Gateway is still under active construction. We’re building fast, shipping incrementally, and writing docs in parallel. -Don't hesitate to [contact us](https://www.edgee.cloud/contact) if you have any questions or feedback. +Don't hesitate to [contact us](https://www.edgee.ai/contact) if you have any questions or feedback. ## What the AI Gateway focuses on diff --git a/integrations/claude-code.mdx b/integrations/claude-code.mdx index 78555398..1601d02d 100644 --- a/integrations/claude-code.mdx +++ b/integrations/claude-code.mdx @@ -37,7 +37,7 @@ You can also configure Claude Code through its settings file. Create or edit `~/ ``` - Make sure to replace `"sk-edgee-..."` with your actual Edgee API key from the [Edgee Console](https://www.edgee.cloud). + Make sure to replace `"sk-edgee-..."` with your actual Edgee API key from the [Edgee Console](https://www.edgee.ai). ## Usage @@ -113,7 +113,7 @@ Authorization: Bearer {sk-edgee-...} To get your API key: -1. Go to [Edgee Console](https://www.edgee.cloud) +1. Go to [Edgee Console](https://www.edgee.ai) 2. Navigate to **API Keys** 3. Create a new key or use an existing one @@ -150,7 +150,7 @@ If Claude Code cannot connect to Edgee: 1. Verify your API key is correct 2. Check that the base URL is set to `https://api.edgee.ai` 3. Ensure you have internet connectivity -4. Check [Edgee's status page](https://status.edgee.cloud) +4. Check [Edgee's status page](https://status.edgee.ai) ### Authentication Errors @@ -167,7 +167,7 @@ curl https://api.edgee.ai/chat/completions \ }' ``` -If this fails, your API key may be invalid or expired. Generate a new one from the [Edgee Console](https://www.edgee.cloud). +If this fails, your API key may be invalid or expired. Generate a new one from the [Edgee Console](https://www.edgee.ai). ## Example Workflow @@ -185,7 +185,7 @@ claude "Hello, Edgee!" claude --file src/app.py "Add comprehensive error handling" # 4. Check usage in Edgee Console -# Visit https://www.edgee.cloud to see real-time metrics +# Visit https://www.edgee.ai to see real-time metrics ``` ## Next Steps diff --git a/integrations/openai-sdk.mdx b/integrations/openai-sdk.mdx index 88e040d1..9657d4c7 100644 --- a/integrations/openai-sdk.mdx +++ b/integrations/openai-sdk.mdx @@ -385,7 +385,7 @@ If you're already using the OpenAI SDK, migrating to Edgee is straightforward: Create an account and get your Edgee API key to start using the OpenAI SDK. - + Browse 200+ models available through Edgee from multiple providers. diff --git a/introduction.mdx b/introduction.mdx index 07b6d528..79dc6755 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -52,7 +52,7 @@ Edgee is an **AI Gateway** that reduces LLM costs by up to 50% through intellige import ( "fmt" "log" - "github.com/edgee-cloud/go-sdk/edgee" + "github.com/edgee-ai/go-sdk/edgee" ) func main() { diff --git a/introduction/faq.mdx b/introduction/faq.mdx index c9e49c02..ca78dc9b 100644 --- a/introduction/faq.mdx +++ b/introduction/faq.mdx @@ -67,9 +67,9 @@ icon: message-circle-question-mark - **Azure OpenAI** - **And more** - To see the full list of supported models, [see our dedicated models page](https://www.edgee.cloud/models). + To see the full list of supported models, [see our dedicated models page](https://www.edgee.ai/models). - We regularly add new providers and models. If there's a model you need that we don't support, [let us know](https://www.edgee.cloud/contact). + We regularly add new providers and models. If there's a model you need that we don't support, [let us know](https://www.edgee.ai/contact). @@ -132,9 +132,9 @@ icon: message-circle-question-mark We're here to help: - - **Email**: support@edgee.cloud - - **Discord**: [Join our community](https://www.edgee.cloud/discord) - - **GitHub**: [Open an issue](https://github.com/edgee-cloud) + - **Email**: support@edgee.ai + - **Discord**: [Join our community](https://www.edgee.ai/discord) + - **GitHub**: [Open an issue](https://github.com/edgee-ai) Enterprise customers have access to dedicated support channels with guaranteed response times. diff --git a/introduction/why-edgee.mdx b/introduction/why-edgee.mdx index 24559aed..5361a337 100644 --- a/introduction/why-edgee.mdx +++ b/introduction/why-edgee.mdx @@ -129,7 +129,7 @@ client.send("gemini-3-pro", "Hello, world!").await?; ``` ```go -import "github.com/edgee-cloud/go-sdk/edgee" +import "github.com/edgee-ai/go-sdk/edgee" client, _ := edgee.NewClient(nil) diff --git a/proxy/components/data-collection/amazon-data-firehose.mdx b/proxy/components/data-collection/amazon-data-firehose.mdx index e209cc7f..689288f4 100644 --- a/proxy/components/data-collection/amazon-data-firehose.mdx +++ b/proxy/components/data-collection/amazon-data-firehose.mdx @@ -6,7 +6,7 @@ description: Collect and forward analytics events to your streaming pipelines on -Find it on GitHub: [ /edgee-cloud/amazon-data-firehose-component](https://github.com/edgee-cloud/amazon-data-firehose-component) +Find it on GitHub: [ /edgee-ai/amazon-data-firehose-component](https://github.com/edgee-ai/amazon-data-firehose-component) Amazon Data Firehose allows you to reliably ingest, transform, and stream data into data lakes, warehouses, and analytics services on Amazon Web Services. diff --git a/proxy/components/data-collection/amazon-kinesis.mdx b/proxy/components/data-collection/amazon-kinesis.mdx index 64f206cc..7f6251be 100644 --- a/proxy/components/data-collection/amazon-kinesis.mdx +++ b/proxy/components/data-collection/amazon-kinesis.mdx @@ -6,7 +6,7 @@ description: Collect and forward analytics events to your streaming pipelines on -Find it on GitHub: [ /edgee-cloud/amazon-kinesis-component](https://github.com/edgee-cloud/amazon-kinesis-component) +Find it on GitHub: [ /edgee-ai/amazon-kinesis-component](https://github.com/edgee-ai/amazon-kinesis-component) Amazon Kinesis Data Streams allow you to collect and process large streams of data records in real time. Kinesis is designed for rapid and continuous data intake and aggregation and it lets you ingest data into diff --git a/proxy/components/data-collection/amazon-s3.mdx b/proxy/components/data-collection/amazon-s3.mdx index f1dd29e0..270e21b0 100644 --- a/proxy/components/data-collection/amazon-s3.mdx +++ b/proxy/components/data-collection/amazon-s3.mdx @@ -6,7 +6,7 @@ description: Collect and forward analytics events to your data lake on Amazon S3 -Find it on GitHub: [ /edgee-cloud/amazon-s3-component](https://github.com/edgee-cloud/amazon-s3-component) +Find it on GitHub: [ /edgee-ai/amazon-s3-component](https://github.com/edgee-ai/amazon-s3-component) Amazon Simple Storage Service (Amazon S3) is an object storage service offered by Amazon Web Services. It supports storing any amount of data for virtually any use case, such as data lakes, cloud-native applications, diff --git a/proxy/components/data-collection/amplitude.mdx b/proxy/components/data-collection/amplitude.mdx index be0defdb..ad48ccdb 100644 --- a/proxy/components/data-collection/amplitude.mdx +++ b/proxy/components/data-collection/amplitude.mdx @@ -5,7 +5,7 @@ description: Build better products by turning your user data into meaningful ins -Find it on GitHub: [ /edgee-cloud/amplitude-component](https://github.com/edgee-cloud/amplitude-component) +Find it on GitHub: [ /edgee-ai/amplitude-component](https://github.com/edgee-ai/amplitude-component) Amplitude, a comprehensive product analytics platform, is seamlessly integrated with Edgee, allowing you to leverage its robust analytics capabilities directly from the edge. This component bypasses the need for embedding Amplitude's SDK directly into your site, diff --git a/proxy/components/data-collection/clickhouse.mdx b/proxy/components/data-collection/clickhouse.mdx index ec010c36..2100347f 100644 --- a/proxy/components/data-collection/clickhouse.mdx +++ b/proxy/components/data-collection/clickhouse.mdx @@ -7,7 +7,7 @@ description: Collect and forward analytics events to your ClickHouse tables. -Find it on GitHub: [ /edgee-cloud/clickhouse-component](https://github.com/edgee-cloud/clickhouse-component) +Find it on GitHub: [ /edgee-ai/clickhouse-component](https://github.com/edgee-ai/clickhouse-component) ClickHouse is an open-source columnar database that allows you to generate analytical reports using SQL queries in real-time. diff --git a/proxy/components/data-collection/google-analytics.mdx b/proxy/components/data-collection/google-analytics.mdx index 01ec2d9e..cef08e70 100644 --- a/proxy/components/data-collection/google-analytics.mdx +++ b/proxy/components/data-collection/google-analytics.mdx @@ -6,7 +6,7 @@ description: Google Analytics is the leading analytics platform by Google, **now -Find it on GitHub: [ /edgee-cloud/ga-component](https://github.com/edgee-cloud/ga-component) +Find it on GitHub: [ /edgee-ai/ga-component](https://github.com/edgee-ai/ga-component) Google Analytics 4 is now available at the edge. This means you can use Google Analytics 4 without having to load the Google Analytics 4 script on your website. This is a huge win for privacy and performance. diff --git a/proxy/components/data-collection/google-bigquery.mdx b/proxy/components/data-collection/google-bigquery.mdx index e67fb5aa..f58c52ae 100644 --- a/proxy/components/data-collection/google-bigquery.mdx +++ b/proxy/components/data-collection/google-bigquery.mdx @@ -6,7 +6,7 @@ description: Collect and forward analytics events to your BigQuery tables. -Find it on GitHub: [ /edgee-cloud/bigquery-component](https://github.com/edgee-cloud/bigquery-component) +Find it on GitHub: [ /edgee-ai/bigquery-component](https://github.com/edgee-ai/bigquery-component) [BigQuery](https://cloud.google.com/bigquery) is a fully-managed, serverless data warehouse that enables scalable analysis over petabytes of data. It is a powerful solution for analytics and business intelligence. diff --git a/proxy/components/data-collection/gosquared.mdx b/proxy/components/data-collection/gosquared.mdx index 38a93f14..24a53b4a 100644 --- a/proxy/components/data-collection/gosquared.mdx +++ b/proxy/components/data-collection/gosquared.mdx @@ -6,7 +6,7 @@ description: Understand your users with GoSquared — real-time analytics, CRM, -Find it on GitHub: [ /edgee-cloud/gosquared-component](https://github.com/edgee-cloud/gosquared-component) +Find it on GitHub: [ /edgee-ai/gosquared-component](https://github.com/edgee-ai/gosquared-component) GoSquared helps you grow your business by providing real-time analytics, customer engagement tools, and integrated CRM features. With GoSquared, you can track user behavior, identify leads, and automate communication — all from a single platform. diff --git a/proxy/components/data-collection/linkedin-capi.mdx b/proxy/components/data-collection/linkedin-capi.mdx index a07f20b6..4e801d65 100644 --- a/proxy/components/data-collection/linkedin-capi.mdx +++ b/proxy/components/data-collection/linkedin-capi.mdx @@ -5,7 +5,7 @@ description: Send your conversion events directly to LinkedIn's Conversions API -Find it on GitHub: [ /edgee-cloud/linkedin-capi-component](https://github.com/edgee-cloud/linkedin-capi-component) +Find it on GitHub: [ /edgee-ai/linkedin-capi-component](https://github.com/edgee-ai/linkedin-capi-component) LinkedIn Conversions API (CAPI) allows you to send web events directly to LinkedIn from your server, ensuring reliable data tracking even with ad blockers or browser limitations. With Edgee's edge integration, you can now send these events directly from the edge, improving both reliability and performance. @@ -92,7 +92,7 @@ Implementing the LinkedIn Conversion API via Edgee is simple and straightforward 2. Scroll down to the "**Direct API access token**" section. Follow LinkedIn's steps and copy your LinkedIn Access Token. This Access Token is consistent for all future LinkedIn CAPI implementations. -3. Go to your Edgee account and project, then navigate to **Components** (learn to set up components [here](https://www.edgee.cloud/docs/proxy/getting-started/component-configuration)). Select LinkedIn and input your token. +3. Go to your Edgee account and project, then navigate to **Components** (learn to set up components [here](https://www.edgee.ai/docs/proxy/getting-started/component-configuration)). Select LinkedIn and input your token. diff --git a/proxy/components/data-collection/matomo.mdx b/proxy/components/data-collection/matomo.mdx index 8b0d2232..b1050ceb 100644 --- a/proxy/components/data-collection/matomo.mdx +++ b/proxy/components/data-collection/matomo.mdx @@ -5,7 +5,7 @@ description: Privacy-first web analytics with Matomo, now running server-side at -Find it on GitHub: [ /edgee-cloud/matomo-component](https://github.com/edgee-cloud/matomo-component) +Find it on GitHub: [ /edgee-ai/matomo-component](https://github.com/edgee-ai/matomo-component) **Matomo** is a leading open-source analytics platform focused on data privacy and user control. With Matomo, you can measure website traffic, understand user behavior, and track goals and campaigns — all without compromising user privacy. diff --git a/proxy/components/data-collection/meta-capi.mdx b/proxy/components/data-collection/meta-capi.mdx index 98082957..fefa308e 100644 --- a/proxy/components/data-collection/meta-capi.mdx +++ b/proxy/components/data-collection/meta-capi.mdx @@ -5,7 +5,7 @@ description: Send your conversion events directly to Meta's Conversions API (CAP -Find it on GitHub: [ /edgee-cloud/meta-capi-component](https://github.com/edgee-cloud/meta-capi-component) +Find it on GitHub: [ /edgee-ai/meta-capi-component](https://github.com/edgee-ai/meta-capi-component) Meta Conversions API (CAPI) allows you to send web events directly to Meta from your server, ensuring reliable data tracking even with ad blockers or browser limitations. With Edgee's edge integration, you can now send these events directly from the edge, improving both reliability and performance. diff --git a/proxy/components/data-collection/mixpanel.mdx b/proxy/components/data-collection/mixpanel.mdx index d7383cb6..a99ce89a 100644 --- a/proxy/components/data-collection/mixpanel.mdx +++ b/proxy/components/data-collection/mixpanel.mdx @@ -5,7 +5,7 @@ description: Built successful products by analyzing, testing, and observing prod -Find it on GitHub: [ /edgee-cloud/mixpanel-component](https://github.com/edgee-cloud/mixpanel-component) +Find it on GitHub: [ /edgee-ai/mixpanel-component](https://github.com/edgee-ai/mixpanel-component) Mixpanel is a powerful product analytics platform that helps you analyze user behavior, understand engagement, and make data-driven decisions. With Mixpanel, you can track events, create funnels, measure retention, and gain actionable insights about how users interact with your product. diff --git a/proxy/components/data-collection/piano-analytics.mdx b/proxy/components/data-collection/piano-analytics.mdx index a9c7d67c..9daa9dfa 100644 --- a/proxy/components/data-collection/piano-analytics.mdx +++ b/proxy/components/data-collection/piano-analytics.mdx @@ -5,7 +5,7 @@ description: Master and share a complete data-driven view of your customer with -Find it on GitHub: [ /edgee-cloud/piano-analytics-component](https://github.com/edgee-cloud/piano-analytics-component) +Find it on GitHub: [ /edgee-ai/piano-analytics-component](https://github.com/edgee-ai/piano-analytics-component) Piano Analytics, known for its precise analytics and data management platform, can be integrated directly through Edgee, enabling you to harness its powerful analytics tools without the need for embedding any additional scripts on your site. diff --git a/proxy/components/data-collection/pinterest-capi.mdx b/proxy/components/data-collection/pinterest-capi.mdx index 41b4b303..da53a057 100644 --- a/proxy/components/data-collection/pinterest-capi.mdx +++ b/proxy/components/data-collection/pinterest-capi.mdx @@ -5,7 +5,7 @@ description: Send your conversion events directly to Pinterest's Conversions API -Find it on GitHub: [ /edgee-cloud/pinterest-capi-component](https://github.com/edgee-cloud/pinterest-capi-component) +Find it on GitHub: [ /edgee-ai/pinterest-capi-component](https://github.com/edgee-ai/pinterest-capi-component) Pinterest Conversions API (CAPI) allows you to send web events directly to Pinterest from your server, ensuring reliable data tracking even with ad blockers or browser limitations. With Edgee's edge integration, you can now send these events directly from the edge, improving both reliability and performance. diff --git a/proxy/components/data-collection/plausible.mdx b/proxy/components/data-collection/plausible.mdx index 87774b15..e2243461 100644 --- a/proxy/components/data-collection/plausible.mdx +++ b/proxy/components/data-collection/plausible.mdx @@ -5,7 +5,7 @@ description: Plausible Analytics provides open source and privacy-friendly web a -Find it on GitHub: [ /edgee-cloud/plausible-component](https://github.com/edgee-cloud/plausible-component) +Find it on GitHub: [ /edgee-ai/plausible-component](https://github.com/edgee-ai/plausible-component) Plausible is intuitive, lightweight and open source web analytics. It works without cookies and is fully compliant with GDPR, CCPA and PECR. diff --git a/proxy/components/data-collection/posthog.mdx b/proxy/components/data-collection/posthog.mdx index ffa44b9f..779e169c 100644 --- a/proxy/components/data-collection/posthog.mdx +++ b/proxy/components/data-collection/posthog.mdx @@ -5,7 +5,7 @@ description: Built successful products by analyzing, testing, and observing prod -Find it on GitHub: [ /edgee-cloud/posthog-component](https://github.com/edgee-cloud/posthog-component) +Find it on GitHub: [ /edgee-ai/posthog-component](https://github.com/edgee-ai/posthog-component) PostHog is the all-in-one platform for product analytics, feature flags, session replays, experiments, and surveys that's built for developers. This components lets you collect and forward analytics events to your PostHog instance. diff --git a/proxy/components/data-collection/segment.mdx b/proxy/components/data-collection/segment.mdx index dfe211e6..be58e2a8 100644 --- a/proxy/components/data-collection/segment.mdx +++ b/proxy/components/data-collection/segment.mdx @@ -5,7 +5,7 @@ description: Segment is a customer data platform (CDP) that helps you collect, c -Find it on GitHub: [ /edgee-cloud/segment-component](https://github.com/edgee-cloud/segment-component) +Find it on GitHub: [ /edgee-ai/segment-component](https://github.com/edgee-ai/segment-component) Segment's powerful customer data platform is now fully integrable with Edgee, allowing you to centralize your data collection and analytics seamlessly at the edge. This component eliminates the need to embed Segment's script directly on your website, diff --git a/proxy/components/data-collection/snapchat-capi.mdx b/proxy/components/data-collection/snapchat-capi.mdx index e0a13284..bd0acd6c 100644 --- a/proxy/components/data-collection/snapchat-capi.mdx +++ b/proxy/components/data-collection/snapchat-capi.mdx @@ -5,7 +5,7 @@ description: Send your conversion events directly to Snapchat's Conversions API -Find it on GitHub: [ /edgee-cloud/snapchat-capi-component](https://github.com/edgee-cloud/snapchat-capi-component) +Find it on GitHub: [ /edgee-ai/snapchat-capi-component](https://github.com/edgee-ai/snapchat-capi-component) Snapchat Conversions API (CAPI) allows you to send web events directly to Snapchat from your server, ensuring reliable data tracking even with ad blockers or browser limitations. With Edgee's edge integration, you can now send these events directly from the edge, improving both reliability and performance. diff --git a/proxy/components/data-collection/snowflake.mdx b/proxy/components/data-collection/snowflake.mdx index ea8864ea..5958e384 100644 --- a/proxy/components/data-collection/snowflake.mdx +++ b/proxy/components/data-collection/snowflake.mdx @@ -3,7 +3,7 @@ title: Snowflake description: Collect and forward analytics events to your Snowflake data cloud platform. --- -Find it on GitHub: [ /edgee-cloud/snowflake-component](https://github.com/edgee-cloud/snowflake-component) +Find it on GitHub: [ /edgee-ai/snowflake-component](https://github.com/edgee-ai/snowflake-component) [Snowflake](https://www.snowflake.com/) is a cloud-based data platform that enables scalable data warehousing, data lakes, data engineering, data science, and secure data sharing. With Snowflake's [SQL API](https://docs.snowflake.com/en/developer-guide/sql-api/intro), you can execute SQL statements and manage your data warehouse programmatically. diff --git a/proxy/components/data-collection/woopra.mdx b/proxy/components/data-collection/woopra.mdx index de488623..ebb6968a 100644 --- a/proxy/components/data-collection/woopra.mdx +++ b/proxy/components/data-collection/woopra.mdx @@ -5,7 +5,7 @@ description: Collect and forward analytics events to your Woopra tables, now at -Find it on GitHub: [ /edgee-cloud/woopra-component](https://github.com/edgee-cloud/woopra-component) +Find it on GitHub: [ /edgee-ai/woopra-component](https://github.com/edgee-ai/woopra-component) Woopra lets you analyze and visualize the entire customer journey, from first marketing touch to product usage. Now you can use Woopra at the edge, without having to load the Woopra script on your website. diff --git a/proxy/getting-started/account-creation.mdx b/proxy/getting-started/account-creation.mdx index adaae4a4..9f67ed90 100644 --- a/proxy/getting-started/account-creation.mdx +++ b/proxy/getting-started/account-creation.mdx @@ -5,9 +5,9 @@ icon: dice-1 --- -1. First of all, [create a new Edgee account](https://www.edgee.cloud/register). +1. First of all, [create a new Edgee account](https://www.edgee.ai/register). 2. Fill in your details, including your name, email, and password. -3. Please, be aware that creating an account means that you agree to our [Terms of Service](https://www.edgee.cloud/terms) and [Privacy Policy](https://www.edgee.cloud/privacy). +3. Please, be aware that creating an account means that you agree to our [Terms of Service](https://www.edgee.ai/terms) and [Privacy Policy](https://www.edgee.ai/privacy). 4. You will receive an email with a link to validate your email address. You are now ready to [create your first project](/proxy/getting-started/project-settings)! diff --git a/proxy/getting-started/domains.mdx b/proxy/getting-started/domains.mdx index 2ccdf53d..32c173f3 100644 --- a/proxy/getting-started/domains.mdx +++ b/proxy/getting-started/domains.mdx @@ -70,7 +70,7 @@ This record contains a unique verification token that proves you control the dom **Where to add this:** In your domain registrar's DNS management panel (like Cloudflare, GoDaddy, Namecheap, etc.) -We're working hard to automate this step for you. In the meantime, please [reach out to Edgee support](mailto:support@edgee.cloud) +We're working hard to automate this step for you. In the meantime, please [reach out to Edgee support](mailto:support@edgee.ai) so we can provide you with the specific verification instructions for your domain. @@ -88,6 +88,6 @@ This typically involves updating your domain's A record or CNAME record to point - **Both root and subdomain:** May require multiple records -We're working hard to automate this step for you. In the meantime, please [reach out to Edgee support](mailto:support@edgee.cloud) +We're working hard to automate this step for you. In the meantime, please [reach out to Edgee support](mailto:support@edgee.ai) so we can provide you with the exact DNS configuration for your specific domain setup. \ No newline at end of file diff --git a/proxy/getting-started/prestashop.mdx b/proxy/getting-started/prestashop.mdx index f6ee6ba0..83a9e106 100644 --- a/proxy/getting-started/prestashop.mdx +++ b/proxy/getting-started/prestashop.mdx @@ -25,7 +25,7 @@ Integrating Edgee with PrestaShop requires **two steps**: ## **Step 1 — Install the Edgee PrestaShop Module** -1. Contact the Edgee team at [support@edgee.com](mailto:support@edgee.cloud) to request the PrestaShop module. +1. Contact the Edgee team at [support@edgee.com](mailto:support@edgee.ai) to request the PrestaShop module. 2. Log in to your PrestaShop **Back Office**. 3. Go to **Modules → Module Manager**. diff --git a/proxy/getting-started/react-native-sdk.mdx b/proxy/getting-started/react-native-sdk.mdx index b04a5e31..30c01b78 100644 --- a/proxy/getting-started/react-native-sdk.mdx +++ b/proxy/getting-started/react-native-sdk.mdx @@ -261,4 +261,4 @@ After integrating the React Native SDK, you're ready to start using Edgee's serv In the [Services section](/proxy/services/overview), you'll find comprehensive guides on activating and customizing features such as advanced analytics, A/B testing, security, and more, ensuring your mobile application not only performs efficiently but also delivers a superior user experience. -For more details about the React Native SDK, visit the [react-native-edgee repository](https://github.com/edgee-cloud/react-native-edgee). +For more details about the React Native SDK, visit the [react-native-edgee repository](https://github.com/edgee-ai/react-native-edgee). diff --git a/proxy/getting-started/sso.mdx b/proxy/getting-started/sso.mdx index c9834b08..acc5886e 100644 --- a/proxy/getting-started/sso.mdx +++ b/proxy/getting-started/sso.mdx @@ -18,7 +18,7 @@ First of all, you need to set up your OIDC provider with the correct Edgee URLs. 1. Open the Edgee console and navigate to your organizations's **Settings** panel. 2. Select **Single Sign-On** from the left-hand menu. 3. Find your OIDC Values at the top of the page: - - **Redirect URL**: This is the URL where users will be redirected after logging in. It looks like `https://www.edgee.cloud/sso-callback/{OrganizationID}`. + - **Redirect URL**: This is the URL where users will be redirected after logging in. It looks like `https://www.edgee.ai/sso-callback/{OrganizationID}`. - **Login URI**: This is the URL that your OIDC provider will use to initiate the login process. It looks like `https://api.edgee.app/auth/oidc/initiate?tenant={OragnizationID}`. 4. Use these values to configure your OIDC provider. The exact steps will depend on the provider you are using. Generally, you will need to create a new application and enter the Redirect URL and Login URI as part of the configuration. diff --git a/proxy/privacy.mdx b/proxy/privacy.mdx index fff90565..190bd584 100644 --- a/proxy/privacy.mdx +++ b/proxy/privacy.mdx @@ -19,8 +19,8 @@ For users who have not provided consent, we use two key privacy protection metho - Our methods comply with major data protection regulations worldwide, including GDPR (EU), CCPA (California), LGPD (Brazil), PIPEDA (Canada), and more. - You can choose the approach that best fits your privacy requirements -For more detailed information about our privacy practices, you can read our [Privacy Policy](https://www.edgee.cloud/privacy), -[Data Processing Agreement (DPA)](https://www.edgee.cloud/dpa), or visit our [Trust Center](https://trust.edgee.cloud) to learn about our security and operational guarantees. +For more detailed information about our privacy practices, you can read our [Privacy Policy](https://www.edgee.ai/privacy), +[Data Processing Agreement (DPA)](https://www.edgee.ai/dpa), or visit our [Trust Center](https://trust.edgee.ai) to learn about our security and operational guarantees. To learn more about how Edgee handles user consent and integrates with Consent Management Platforms (CMPs), visit our [Consent Management documentation](/services/consent/overview). @@ -131,7 +131,7 @@ This follows guidance from the strictest data protection authorities: - Outputs anonymized statistical data only > 🧠 This solution is backed by a legal opinion from a prestigous law firm, confirming its alignment with GDPR and ePrivacy rules. -Feel free to [contact us](https://www.edgee.cloud/contact) to get a copy of the opinion. +Feel free to [contact us](https://www.edgee.ai/contact) to get a copy of the opinion. diff --git a/proxy/services/registry/developer-guide-data-collection.mdx b/proxy/services/registry/developer-guide-data-collection.mdx index 3b3493a5..0c2a2b00 100644 --- a/proxy/services/registry/developer-guide-data-collection.mdx +++ b/proxy/services/registry/developer-guide-data-collection.mdx @@ -163,16 +163,16 @@ record edgee-request { body: string, } ``` -If you're curious to dive deeper into the WIT definitions, [check out the repository on GitHub](https://github.com/edgee-cloud/edgee-wit). +If you're curious to dive deeper into the WIT definitions, [check out the repository on GitHub](https://github.com/edgee-ai/edgee-wit). Based on the programming language you chose, you'll find the corresponding types and unit tests to help you with the implementation. In case you're having trouble with implementing your component, check out other existing components such as -[Google Analytics](https://github.com/edgee-cloud/ga-component), -[Segment](https://github.com/edgee-cloud/segment-component), -[Amplitude](https://github.com/edgee-cloud/amplitude-component), -[Meta CAPI](https://github.com/edgee-cloud/meta-capi-component), -[LinkedIn CAPI](https://github.com/edgee-cloud/linkedin-capi-component), -or [Amazon S3](https://github.com/edgee-cloud/amazon-s3-component). +[Google Analytics](https://github.com/edgee-ai/ga-component), +[Segment](https://github.com/edgee-ai/segment-component), +[Amplitude](https://github.com/edgee-ai/amplitude-component), +[Meta CAPI](https://github.com/edgee-ai/meta-capi-component), +[LinkedIn CAPI](https://github.com/edgee-ai/linkedin-capi-component), +or [Amazon S3](https://github.com/edgee-ai/amazon-s3-component). Note: Edgee components don't perform HTTP calls directly, as they run in a sandboxed environment with no access @@ -384,7 +384,7 @@ $ edgee components push INFO Uploading Wasm file... INFO Creating new version... INFO org/name@version pushed successfully! - INFO URL: https://www.edgee.cloud/~/registry/{organization}/{component} + INFO URL: https://www.edgee.ai/~/registry/{organization}/{component} ``` ```shell Programmatic experience @@ -395,7 +395,7 @@ $ edgee components push --public --changelog "Lorem ipsum" INFO Uploading Wasm file... INFO Creating new version... INFO org/name@version pushed successfully! - INFO URL: https://www.edgee.cloud/~/registry/{organization}/{component} + INFO URL: https://www.edgee.ai/~/registry/{organization}/{component} ``` @@ -404,10 +404,10 @@ Your new component will be pushed to the Edgee Component Registry under your Org In case your Edgee user is part of multiple Organizations, you can provide the organization identifier via `edgee components push ORG_ID`. -Congratulations! Your component is now available on the Edgee Component Registry at `https://www.edgee.cloud/{organization}/{component}`. +Congratulations! Your component is now available on the Edgee Component Registry at `https://www.edgee.ai/{organization}/{component}`. In case you pushed a private component, its page is only visible to you. -You can also view and edit it at `https://www.edgee.cloud/~/registry/{organization}`. +You can also view and edit it at `https://www.edgee.ai/~/registry/{organization}`. ### Publish/unpublish components @@ -437,7 +437,7 @@ $ edgee components push --private ### Archive/delete components -After pushing, visit `https://www.edgee.cloud/~/registry/{organization}` and select your component to edit it. +After pushing, visit `https://www.edgee.ai/~/registry/{organization}` and select your component to edit it. Here you can **archive** or **delete** it with the corresponding buttons. Please note that: diff --git a/proxy/services/registry/developer-guide-edge-function.mdx b/proxy/services/registry/developer-guide-edge-function.mdx index 601ab43f..72a30cbb 100644 --- a/proxy/services/registry/developer-guide-edge-function.mdx +++ b/proxy/services/registry/developer-guide-edge-function.mdx @@ -494,7 +494,7 @@ $ edgee components push INFO Uploading Wasm file... INFO Creating new version... INFO org/name@version pushed successfully! - INFO URL: https://www.edgee.cloud/~/registry/{organization}/{component} + INFO URL: https://www.edgee.ai/~/registry/{organization}/{component} ``` ```shell Programmatic experience @@ -505,7 +505,7 @@ $ edgee components push --public --changelog "Lorem ipsum" INFO Uploading Wasm file... INFO Creating new version... INFO org/name@version pushed successfully! - INFO URL: https://www.edgee.cloud/~/registry/{organization}/{component} + INFO URL: https://www.edgee.ai/~/registry/{organization}/{component} ``` @@ -514,10 +514,10 @@ Your new component will be pushed to the Edgee Component Registry under your Org In case your Edgee user is part of multiple Organizations, you can provide the organization identifier via `edgee components push ORG_ID`. -Congratulations! Your edge function component is now available on the Edgee Component Registry at `https://www.edgee.cloud/{organization}/{component}`. +Congratulations! Your edge function component is now available on the Edgee Component Registry at `https://www.edgee.ai/{organization}/{component}`. In case you pushed a private component, its page is only visible to you. -You can also view and edit it at `https://www.edgee.cloud/~/registry/{organization}`. +You can also view and edit it at `https://www.edgee.ai/~/registry/{organization}`. ### Publish/unpublish components @@ -547,7 +547,7 @@ $ edgee components push --private ### Archive/delete components -After pushing, visit `https://www.edgee.cloud/~/registry/{organization}` and select your component to edit it. +After pushing, visit `https://www.edgee.ai/~/registry/{organization}` and select your component to edit it. Here you can **archive** or **delete** it with the corresponding buttons. Please note that: diff --git a/proxy/services/registry/developer-guide.mdx b/proxy/services/registry/developer-guide.mdx index 5ecbeb88..47776246 100644 --- a/proxy/services/registry/developer-guide.mdx +++ b/proxy/services/registry/developer-guide.mdx @@ -25,12 +25,12 @@ First, install the Edgee CLI: ```shell install script -$ curl https://install.edgee.cloud | sh +$ curl https://install.edgee.ai | sh $ ./edgee --version ``` ```shell homebrew -$ brew tap edgee-cloud/edgee +$ brew tap edgee-ai/cli $ brew install edgee $ edgee --version ``` @@ -40,7 +40,7 @@ $ cargo binstall edgee ``` ```shell build from source (Rust) -$ git clone https://github.com/edgee-cloud/cli.git +$ git clone https://github.com/edgee-ai/cli.git $ cd cli $ cargo build --release $ ./target/release/edgee-cli --version @@ -50,7 +50,7 @@ $ ./target/release/edgee-cli --version ### Step 2: Authentication -Second, log in using the token from your Edgee account (you can [create one here](https://www.edgee.cloud/~/me/settings/tokens)): +Second, log in using the token from your Edgee account (you can [create one here](https://www.edgee.ai/~/me/settings/tokens)): @@ -58,7 +58,7 @@ Second, log in using the token from your Edgee account (you can [create one here $ edgee login ? Your default browser will be opening to Edgee's API token creation page. Do you want to continue? (Y/n) ? Enter Edgee API token (press Ctrl+R to toggle input display): ********** -[You can create one at https://www.edgee.cloud/~/me/settings/tokens] +[You can create one at https://www.edgee.ai/~/me/settings/tokens] Logged as Your name (email@example.com) ``` @@ -66,7 +66,7 @@ Logged as Your name (email@example.com) $ edgee login --profile test ? Your default browser will be opening to Edgee's API token creation page. Do you want to continue? (Y/n) ? Enter Edgee API token (press Ctrl+R to toggle input display): ********** -[You can create one at https://www.edgee.cloud/~/me/settings/tokens] +[You can create one at https://www.edgee.ai/~/me/settings/tokens] Logged as Your name (email@example.com) ``` diff --git a/proxy/services/registry/faqs.mdx b/proxy/services/registry/faqs.mdx index a393a9dc..92994cee 100644 --- a/proxy/services/registry/faqs.mdx +++ b/proxy/services/registry/faqs.mdx @@ -11,7 +11,7 @@ icon: message-circle-question-mark - You can use the [Edgee CLI](https://github.com/edgee-cloud/cli) to build and publish new components from your laptop. + You can use the [Edgee CLI](https://github.com/edgee-ai/cli) to build and publish new components from your laptop. The Edgee CLI also acts as the reverse proxy to serve and test components locally before pushing to the registry. @@ -60,7 +60,7 @@ icon: message-circle-question-mark Yes, the Edgee Component Registry is free of charge. With Edgee's managed service, you're only charged for the events and requests generated by your projects. - Learn more on our [pricing page](https://www.edgee.cloud/pricing). + Learn more on our [pricing page](https://www.edgee.ai/pricing). diff --git a/proxy/services/registry/foundations.mdx b/proxy/services/registry/foundations.mdx index d75ccbf9..5ed571e9 100644 --- a/proxy/services/registry/foundations.mdx +++ b/proxy/services/registry/foundations.mdx @@ -38,7 +38,7 @@ We're quickly expanding to new component types such as Consent Mapping to integr and A/B Testing to integrate with A/B testing frameworks and services at the edge. In Wasm, interfaces are defined with [WIT (Wasm Interface Type)](https://component-model.bytecodealliance.org/design/wit.html), -a definition language to define types and worlds. You can find [Edgee's WIT files on GitHub](https://github.com/edgee-cloud/edgee-wit). +a definition language to define types and worlds. You can find [Edgee's WIT files on GitHub](https://github.com/edgee-ai/edgee-wit). The convention is to store them under a `wit/` folder and define your WIT dependencies in a `wit/deps.toml` file. When a new WIT version is available, you can use [wit-deps](https://github.com/bytecodealliance/wit-deps) to keep all the WIT dependencies up-to-date. Depending on the programming language, you might need to re-generate the WIT bindings as well. @@ -51,7 +51,7 @@ Depending on the programming language, you might need to re-generate the WIT bin #### Edgee CLI and APIs -The [Edgee CLI](https://github.com/edgee-cloud/cli) lets you create and build Wasm components locally with commands such as +The [Edgee CLI](https://github.com/edgee-ai/cli) lets you create and build Wasm components locally with commands such as `edgee components new` and `edgee components build`. When the component is ready, it lets you push it to the Edgee Component Registry as a public or private component under your organization's account via `edgee components push`. diff --git a/proxy/services/stitching/overview.mdx b/proxy/services/stitching/overview.mdx index bdce3d7a..818334e9 100644 --- a/proxy/services/stitching/overview.mdx +++ b/proxy/services/stitching/overview.mdx @@ -66,4 +66,4 @@ Ready to start serving your A/B tests as first-party resources? [Browse Available Integrations](/proxy/services/stitching/catalog) to explore all supported A/B testing and experimentation platforms. -For questions about implementing Stitching in your specific use case, [contact our support team](mailto:support@edgee.cloud). \ No newline at end of file +For questions about implementing Stitching in your specific use case, [contact our support team](mailto:support@edgee.ai). \ No newline at end of file diff --git a/quickstart/account-creation.mdx b/quickstart/account-creation.mdx index 0fb3a27f..cf3c210f 100644 --- a/quickstart/account-creation.mdx +++ b/quickstart/account-creation.mdx @@ -6,7 +6,7 @@ icon: chevrons-right - Go to [edgee.cloud/login](https://www.edgee.cloud/login) and create your account using your email. + Go to [edgee.ai/login](https://www.edgee.ai/login) and create your account using your email. Check your inbox and click the verification link. @@ -20,7 +20,7 @@ icon: chevrons-right - By creating an account, you agree to our [Terms of Service](https://www.edgee.cloud/terms) and [Privacy Policy](https://www.edgee.cloud/privacy). + By creating an account, you agree to our [Terms of Service](https://www.edgee.ai/terms) and [Privacy Policy](https://www.edgee.ai/privacy). diff --git a/quickstart/api-key.mdx b/quickstart/api-key.mdx index 3e725a68..2877628b 100644 --- a/quickstart/api-key.mdx +++ b/quickstart/api-key.mdx @@ -6,7 +6,7 @@ icon: chevrons-right - In your [Edgee Console](https://www.edgee.cloud), navigate to **API Keys**. + In your [Edgee Console](https://www.edgee.ai), navigate to **API Keys**. Click **Create API Key**, give it a name (e.g., "Development"), and click **Create**. diff --git a/quickstart/sdk.mdx b/quickstart/sdk.mdx index 57b71ae5..bb887697 100644 --- a/quickstart/sdk.mdx +++ b/quickstart/sdk.mdx @@ -19,7 +19,7 @@ icon: chevrons-right ```bash - go get github.com/edgee-cloud/go-sdk + go get github.com/edgee-ai/go-sdk ``` @@ -69,7 +69,7 @@ icon: chevrons-right import ( "fmt" "os" - "github.com/edgee-cloud/go-sdk" + "github.com/edgee-ai/go-sdk" ) func main() { @@ -109,7 +109,7 @@ icon: chevrons-right Explore the full SDK documentation with all available methods. - + Browse 200+ models available through Edgee. diff --git a/sdk/go/configuration.mdx b/sdk/go/configuration.mdx index b9de37d7..9e69d33d 100644 --- a/sdk/go/configuration.mdx +++ b/sdk/go/configuration.mdx @@ -21,7 +21,7 @@ The `NewClient` function accepts multiple input types: The simplest and most secure approach is to use environment variables. The SDK will automatically read `EDGEE_API_KEY` and optionally `EDGEE_BASE_URL`. ```go -import "github.com/edgee-cloud/go-sdk/edgee" +import "github.com/edgee-ai/go-sdk/edgee" func main() { // Reads from EDGEE_API_KEY and EDGEE_BASE_URL environment variables @@ -37,7 +37,7 @@ func main() { For quick testing or simple scripts, pass the API key directly as a string: ```go -import "github.com/edgee-cloud/go-sdk/edgee" +import "github.com/edgee-ai/go-sdk/edgee" // API key only (uses default base URL: https://api.edgee.ai) client, err := edgee.NewClient("your-api-key") @@ -53,7 +53,7 @@ if err != nil { For better type safety and IDE support, use the `Config` struct: ```go -import "github.com/edgee-cloud/go-sdk/edgee" +import "github.com/edgee-ai/go-sdk/edgee" // Full configuration client, err := edgee.NewClient(&edgee.Config{ @@ -87,7 +87,7 @@ package main import ( "log" "github.com/joho/godotenv" - "github.com/edgee-cloud/go-sdk/edgee" + "github.com/edgee-ai/go-sdk/edgee" ) func main() { @@ -108,7 +108,7 @@ package main import ( "log" "os" - "github.com/edgee-cloud/go-sdk/edgee" + "github.com/edgee-ai/go-sdk/edgee" ) func createClient() (*edgee.Client, error) { diff --git a/sdk/go/index.mdx b/sdk/go/index.mdx index 8a015a3f..f03ebbfb 100644 --- a/sdk/go/index.mdx +++ b/sdk/go/index.mdx @@ -10,7 +10,7 @@ The Edgee Go SDK provides a lightweight, type-safe interface to interact with th ## Installation ```bash -go get github.com/edgee-cloud/go-sdk +go get github.com/edgee-ai/go-sdk ``` ## Quick Start @@ -21,7 +21,7 @@ package main import ( "fmt" "log" - "github.com/edgee-cloud/go-sdk/edgee" + "github.com/edgee-ai/go-sdk/edgee" ) func main() { diff --git a/sdk/go/send.mdx b/sdk/go/send.mdx index 91f8b9f5..51d394c9 100644 --- a/sdk/go/send.mdx +++ b/sdk/go/send.mdx @@ -49,7 +49,7 @@ When `input` is an `InputObject`, you have full control over the conversation: **Example with InputObject:** ```go -import "github.com/edgee-cloud/go-sdk/edgee" +import "github.com/edgee-ai/go-sdk/edgee" input := edgee.InputObject{ Messages: []edgee.Message{ diff --git a/sdk/go/stream.mdx b/sdk/go/stream.mdx index 61f07e19..32919f34 100644 --- a/sdk/go/stream.mdx +++ b/sdk/go/stream.mdx @@ -66,7 +66,7 @@ For details about `Tool` and `ToolChoice` types, see the [Tools documentation](/ **Example - Streaming with Messages:** ```go -import "github.com/edgee-cloud/go-sdk/edgee" +import "github.com/edgee-ai/go-sdk/edgee" input := edgee.InputObject{ Messages: []edgee.Message{ diff --git a/sdk/go/tools.mdx b/sdk/go/tools.mdx index b8e00afc..215fc73f 100644 --- a/sdk/go/tools.mdx +++ b/sdk/go/tools.mdx @@ -19,7 +19,7 @@ Function calling works in two steps: A tool is defined using the `Tool` struct: ```go -import "github.com/edgee-cloud/go-sdk/edgee" +import "github.com/edgee-ai/go-sdk/edgee" tool := edgee.Tool{ Type: "function", @@ -69,7 +69,7 @@ parameters := map[string]interface{}{ ```go import ( - "github.com/edgee-cloud/go-sdk/edgee" + "github.com/edgee-ai/go-sdk/edgee" ) function := edgee.FunctionDefinition{ @@ -196,7 +196,7 @@ import ( "encoding/json" "fmt" "log" - "github.com/edgee-cloud/go-sdk/edgee" + "github.com/edgee-ai/go-sdk/edgee" ) func stringPtr(s string) *string { diff --git a/sdk/index.mdx b/sdk/index.mdx index f8d71d66..af94c450 100644 --- a/sdk/index.mdx +++ b/sdk/index.mdx @@ -56,7 +56,7 @@ Choose your language and get started in minutes: ```bash - go get github.com/edgee-cloud/go-sdk + go get github.com/edgee-ai/go-sdk ``` ```go @@ -65,7 +65,7 @@ Choose your language and get started in minutes: import ( "fmt" "log" - "github.com/edgee-cloud/go-sdk/edgee" + "github.com/edgee-ai/go-sdk/edgee" ) func main() {