diff --git a/box/overall/quickstart.mdx b/box/overall/quickstart.mdx index dff9846b..12f1cb61 100644 --- a/box/overall/quickstart.mdx +++ b/box/overall/quickstart.mdx @@ -2,11 +2,13 @@ title: "Quickstart" --- +import { Catalog } from "/snippets/catalog.jsx"; + **Upstash Box lets you give your AI agents a computer.** Every Upstash Box is a **secure, isolated cloud container with an AI Agent built-in**. Spin up as many as you want in parallel. Each one includes a full environment with a filesystem, shell, git, and a runtime. Your agent can read files, write code, and execute tasks inside it. -Upstash Box is in developer preview — APIs and pricing may change. +Upstash Box is in developer preview. APIs and pricing may change. ### 1. Get your API key @@ -244,3 +246,11 @@ Great example use cases: Boxes have Claude Code, Codex or OpenCode built-in. + +## SDKs + + + +## Guides + + diff --git a/img/icons/box.svg b/img/icons/box.svg new file mode 100644 index 00000000..3bffb3c9 --- /dev/null +++ b/img/icons/box.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/img/icons/context7.svg b/img/icons/context7.svg new file mode 100644 index 00000000..b0ae11ed --- /dev/null +++ b/img/icons/context7.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/img/icons/lang/python.svg b/img/icons/lang/python.svg new file mode 100644 index 00000000..3af725cf --- /dev/null +++ b/img/icons/lang/python.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/img/icons/lang/ruby.png b/img/icons/lang/ruby.png new file mode 100644 index 00000000..797167a7 Binary files /dev/null and b/img/icons/lang/ruby.png differ diff --git a/img/icons/lang/typescript.svg b/img/icons/lang/typescript.svg new file mode 100644 index 00000000..15985c42 --- /dev/null +++ b/img/icons/lang/typescript.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/img/icons/qstash.svg b/img/icons/qstash.svg new file mode 100644 index 00000000..7dc08adf --- /dev/null +++ b/img/icons/qstash.svg @@ -0,0 +1,4 @@ + + + + diff --git a/img/icons/redis.svg b/img/icons/redis.svg new file mode 100644 index 00000000..04757d34 --- /dev/null +++ b/img/icons/redis.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/img/icons/search.svg b/img/icons/search.svg new file mode 100644 index 00000000..c5849e3d --- /dev/null +++ b/img/icons/search.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/img/icons/vector.svg b/img/icons/vector.svg new file mode 100644 index 00000000..339ece55 --- /dev/null +++ b/img/icons/vector.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/img/icons/workflow.svg b/img/icons/workflow.svg new file mode 100644 index 00000000..657ee0bd --- /dev/null +++ b/img/icons/workflow.svg @@ -0,0 +1,4 @@ + + + + diff --git a/introduction.mdx b/introduction.mdx index 41dc6bd4..148960c0 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -1,52 +1,24 @@ --- title: Get Started +description: "Serverless data and messaging for developers: Redis, Vector, QStash, Workflow, Search, and Box, with SDKs, integrations, and a full-featured console." +mode: frame --- - - - Create a Redis Database within seconds - - - Create a Vector Database for AI & LLMs - - - Publish your first message - - - Write durable serverless functions - - - Run AI agents and code in secure sandboxes - - +import { Hero, SectionHead, ProductGrid, AgentResources, Concepts, Community } from "/snippets/landing.jsx"; -## Concepts + - - - Upstash is serverless. You don't need to provision any infrastructure. Just - create a database and start using it. - - - Price scales to zero. You don't pay for idle or unused resources. You pay - only for what you use. - - - Upstash Redis replicates your data for the best latency all over the world. - - - Upstash REST APIs enable access from all types of runtimes. - - +
+
+ + -## Get In touch + + - - - Follow us on X for the latest news and updates. - - - Join our Discord Community and ask your questions to the team and other - developers. - - + + + + + +
diff --git a/llms-full.txt b/llms-full.txt index 3de69788..8483a55a 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -5124,11 +5124,13 @@ Please check our [pricing page](https://upstash.com/pricing/box) for the most up # Quickstart Source: https://upstash.com/docs/box/overall/quickstart +import { Catalog } from "/snippets/catalog.jsx"; + **Upstash Box lets you give your AI agents a computer.** Every Upstash Box is a **secure, isolated cloud container with an AI Agent built-in**. Spin up as many as you want in parallel. Each one includes a full environment with a filesystem, shell, git, and a runtime. Your agent can read files, write code, and execute tasks inside it. -Upstash Box is in developer preview — APIs and pricing may change. +Upstash Box is in developer preview. APIs and pricing may change. ### 1. Get your API key @@ -5365,6 +5367,14 @@ Great example use cases: +## SDKs + + + +## Guides + + + # Schedules Source: https://upstash.com/docs/box/overall/schedules @@ -8588,54 +8598,24 @@ Secondary: #00E9A3 (Cyan Green) # Get Started Source: https://upstash.com/docs/introduction - - - Create a Redis Database within seconds - - - Create a Vector Database for AI & LLMs - - - Publish your first message - - - Write durable serverless functions - - - Run AI agents and code in secure sandboxes - - +import { Hero, SectionHead, ProductGrid, AgentResources, Concepts, Community } from "/snippets/landing.jsx"; -## Concepts + - - - Upstash is serverless. You don't need to provision any infrastructure. Just - create a database and start using it. - - - Price scales to zero. You don't pay for idle or unused resources. You pay - only for what you use. - - - Upstash Redis replicates your data for the best latency all over the world. - - - Upstash REST APIs enable access from all types of runtimes. - - +
+
+ + -## Get In touch + + - - - Follow us on X for the latest news and updates. - - - Join our Discord Community and ask your questions to the team and other - developers. - - + + + + + +
# Bulk Delete DLQ messages Source: https://upstash.com/docs/qstash/api-reference/dlq/bulk-delete-dlq-messages @@ -13868,6 +13848,8 @@ Enterprise customers receive dedicated resources to ensure isolation and consist # Getting Started Source: https://upstash.com/docs/qstash/overall/getstarted +import { Catalog } from "/snippets/catalog.jsx"; + QStash is a **serverless messaging and scheduling solution**. It fits easily into your existing workflow and allows you to build reliable systems without managing infrastructure. Instead of calling an endpoint directly, QStash acts as a middleman between you and an API to guarantee delivery, perform automatic retries on failure, and more. @@ -14016,6 +13998,14 @@ Learn more about different states [here](/docs/qstash/howto/debug-logs). +## SDKs + + + +## Integrations + + + # llms.txt Source: https://upstash.com/docs/qstash/overall/llms-txt @@ -21058,6 +21048,8 @@ A Business Associate Agreement (BAA) and HIPAA compliance enablement is availabl # Getting Started Source: https://upstash.com/docs/redis/overall/getstarted +import { Catalog } from "/snippets/catalog.jsx"; + Upstash Redis is a **highly available, infinitely scalable** Redis-compatible database: * 99.99% uptime guarantee with auto-scaling ([Prod Pack](/docs/redis/overall/enterprise#prod-pack-features)) @@ -21135,6 +21127,18 @@ Manage Upstash Redis databases from Claude and other AI tools by using our [MCP * [REST API](/docs/redis/features/restapi): connect from edge and serverless runtimes where TCP is restricted. * [Pricing & Billing](/docs/redis/overall/billing): free tier, Pay-As-You-Go, and Fixed plan limits, plus how billing works. +## SDKs + + + +## Integrations + + + +## Featured Demos + + + # llms.txt Source: https://upstash.com/docs/redis/overall/llms-txt @@ -28815,6 +28819,8 @@ SEARCH.QUERY products '{"name": "new"}' # Introduction Source: https://upstash.com/docs/redis/search/introduction +import { Catalog } from "/snippets/catalog.jsx"; + Upstash Redis Search is our first extension beyond the official Redis spec. Using the Rust-based Tantivy under the hood, we provide an extremely fast way to search through Redis data. @@ -28858,6 +28864,10 @@ Upstash Redis Search is our first extension beyond the official Redis spec. Usin +## Demos + + + # $boost Source: https://upstash.com/docs/redis/search/query-operators/boolean-operators/boost @@ -33297,6 +33307,8 @@ For more details on how this integration works, check out [the official reposito # Getting Started Source: https://upstash.com/docs/search/overall/getstarted +import { Catalog } from "/snippets/catalog.jsx"; + ***