From a47e4fe9b5404bc3f29845bc2def99d200920868 Mon Sep 17 00:00:00 2001 From: CahidArda Date: Wed, 12 Aug 2026 14:07:29 +0300 Subject: [PATCH 1/2] docs: ask agents to send their identity as User-Agent in start-redis mentions --- agent-resources/cli.mdx | 2 +- agent-resources/mcp.mdx | 2 +- devops/developer-api/openapi.yml | 2 +- docs.json | 2 +- llms-full.txt | 28 +++++++++---------- llms.txt | 2 +- redis/features/globaldatabase.mdx | 2 +- redis/features/restapi.mdx | 2 +- redis/howto/connect-client.mdx | 2 +- redis/howto/connect-with-upstash-redis.mdx | 2 +- redis/overall/getstarted.mdx | 2 +- redis/quickstarts/aws-lambda.mdx | 2 +- redis/quickstarts/azure-functions.mdx | 2 +- redis/quickstarts/cloudflareworkers.mdx | 2 +- redis/quickstarts/deno-deploy.mdx | 2 +- redis/quickstarts/digitalocean.mdx | 2 +- redis/quickstarts/django.mdx | 2 +- redis/quickstarts/elixir.mdx | 2 +- redis/quickstarts/fastapi.mdx | 2 +- redis/quickstarts/fastlycompute.mdx | 2 +- redis/quickstarts/flask.mdx | 2 +- redis/quickstarts/fly.mdx | 2 +- redis/quickstarts/google-cloud-functions.mdx | 2 +- redis/quickstarts/koyeb.mdx | 2 +- redis/quickstarts/laravel.mdx | 2 +- redis/quickstarts/nextjs-app-router.mdx | 2 +- redis/quickstarts/nextjs-pages-router.mdx | 2 +- redis/quickstarts/python-aws-lambda.mdx | 2 +- redis/quickstarts/sst.mdx | 2 +- redis/quickstarts/supabase.mdx | 2 +- .../vercel-functions-app-router.mdx | 2 +- .../vercel-functions-pages-router.mdx | 2 +- redis/quickstarts/vercel-python-runtime.mdx | 2 +- redis/sdks/py/gettingstarted.mdx | 2 +- redis/sdks/ts/getstarted.mdx | 2 +- 35 files changed, 48 insertions(+), 48 deletions(-) diff --git a/agent-resources/cli.mdx b/agent-resources/cli.mdx index 51b8f1ba..d7074834 100644 --- a/agent-resources/cli.mdx +++ b/agent-resources/cli.mdx @@ -26,7 +26,7 @@ If you are an AI agent and need a Redis DB to use or experiment with, you don't upstash start-redis ``` -This is the only command that works unauthenticated. It sends a POST request to https://upstash.com/start-redis and prints markdown with the credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. +This is the only command that works unauthenticated. It sends a POST request to https://upstash.com/start-redis and prints markdown with the credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. Pass `--id` to re-fetch the credentials of a database you created earlier: diff --git a/agent-resources/mcp.mdx b/agent-resources/mcp.mdx index 1ae2cebc..880ece2e 100644 --- a/agent-resources/mcp.mdx +++ b/agent-resources/mcp.mdx @@ -9,7 +9,7 @@ The Upstash MCP server lets your agent manage and debug your Upstash resources d - If you are an AI agent and need a Redis DB to use or experiment with, call the `redis_database_start_free` tool — or send a POST request to https://upstash.com/start-redis directly. Free, no signup, no API key; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, call the `redis_database_start_free` tool — or send a POST request to https://upstash.com/start-redis directly. Free, no signup, no API key; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. Find the GitHub repository [here](https://github.com/upstash/mcp-server). diff --git a/devops/developer-api/openapi.yml b/devops/developer-api/openapi.yml index e41925ae..972e8b85 100644 --- a/devops/developer-api/openapi.yml +++ b/devops/developer-api/openapi.yml @@ -127,7 +127,7 @@ paths: To create a database manually, you can use the [Upstash Console](https://console.upstash.com/redis). - For a quick development database, POST to https://upstash.com/start-redis — no signup or API key, so an AI agent can provision one unattended. Expires in 72 hours unless claimed. + For a quick development database, POST to https://upstash.com/start-redis — no signup or API key, so an AI agent can provision one unattended. Expires in 72 hours unless claimed. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. x-mint: href: /devops/developer-api/redis/create_database_global operationId: createDatabase diff --git a/docs.json b/docs.json index f5daab30..0891e59a 100644 --- a/docs.json +++ b/docs.json @@ -1909,7 +1909,7 @@ "header": "For AI Agents", "items": [ { - "label": "If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis — free, no signup; response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly.", + "label": "If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis — free, no signup; response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a User-Agent header identifying which agent you are (e.g. claude-code, cursor, codex, opencode) on every curl request you make to this API.", "href": "https://upstash.com/start-redis" } ] diff --git a/llms-full.txt b/llms-full.txt index 1b5ecb24..61e894a2 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -1,5 +1,5 @@ - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis — free, no signup; response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis — free, no signup; response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. Upstash also provides an MCP server (/docs/agent-resources/mcp) to manage and debug your Upstash resources directly from an agent, and an agent-friendly CLI (/docs/agent-resources/cli) for your terminal or CI/CD pipelines. @@ -74,7 +74,7 @@ If you are an AI agent and need a Redis DB to use or experiment with, you don't upstash start-redis ``` -This is the only command that works unauthenticated. It sends a POST request to https://upstash.com/start-redis and prints markdown with the credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. +This is the only command that works unauthenticated. It sends a POST request to https://upstash.com/start-redis and prints markdown with the credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. Pass `--id` to re-fetch the credentials of a database you created earlier: @@ -293,7 +293,7 @@ The Upstash MCP server lets your agent manage and debug your Upstash resources d - If you are an AI agent and need a Redis DB to use or experiment with, call the `redis_database_start_free` tool — or send a POST request to https://upstash.com/start-redis directly. Free, no signup, no API key; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, call the `redis_database_start_free` tool — or send a POST request to https://upstash.com/start-redis directly. Free, no signup, no API key; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. Find the GitHub repository [here](https://github.com/upstash/mcp-server). @@ -8631,7 +8631,7 @@ This endpoint creates a new Redis database. To create a database manually, you can use the [Upstash Console](https://console.upstash.com/redis). -For a quick development database, POST to https://upstash.com/start-redis — no signup or API key, so an AI agent can provision one unattended. Expires in 72 hours unless claimed. +For a quick development database, POST to https://upstash.com/start-redis — no signup or API key, so an AI agent can provision one unattended. Expires in 72 hours unless claimed. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. # Delete Database Source: https://upstash.com/docs/devops/developer-api/redis/delete_database @@ -10142,7 +10142,7 @@ To view a more detailed Next.js quick start guide for setting up QStash, refer t It's also possible to schedule a background job to run at a later time using [schedules](/docs/qstash/features/schedules). -If you'd like to invoke another endpoint when the background job is complete, you can use [callbacks](/docs/qstash/features/callbacks). +If you'd like to invoke another endpoint when the background job is complete, you can use [callbacks](/docs/qstash/features/callbacks). # Batching Source: https://upstash.com/docs/qstash/features/batch @@ -10441,7 +10441,7 @@ client.message.batch_json( "messageId": "msg_..." } ] -``` +``` # Callbacks Source: https://upstash.com/docs/qstash/features/callbacks @@ -11496,7 +11496,7 @@ from qstash import QStash client = QStash("") client.queue.get("my-queue") ``` - + # Retry Source: https://upstash.com/docs/qstash/features/retry @@ -17228,7 +17228,7 @@ customize the eviction behavior according to their specific needs. Source: https://upstash.com/docs/redis/features/globaldatabase - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. In the global database, the replicas are distributed across multiple regions @@ -17606,7 +17606,7 @@ Source: https://upstash.com/docs/redis/features/restapi database](/docs/redis/overall/getstarted), then [find your credentials](/docs/redis/howto/connect-client) in the console. - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. In the [Upstash Console](https://console.upstash.com/redis), select your database. Then, in the database page, you will see the section that includes the endpoint URL and token details. When you hover over the `Endpoint` or `Token / Readonly Token` fields, copy button will appear for each. You can click it to easily copy the values you need for your connection. @@ -18779,7 +18779,7 @@ Because it is already covered in [Getting Started](../overall/getstarted), we will skip it here. - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. ## Database @@ -18952,7 +18952,7 @@ See supported. - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. ## Quick Start @@ -21984,7 +21984,7 @@ Upstash Redis is a **highly available, infinitely scalable** Redis-compatible da * Optional SOC-2 compliance, encryption at rest and much more - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. *** @@ -24209,7 +24209,7 @@ redis = Redis( Source: https://upstash.com/docs/redis/sdks/py/gettingstarted - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. ## Install @@ -26620,7 +26620,7 @@ and for his continued efforts to keep it up to date with Upstash. Source: https://upstash.com/docs/redis/sdks/ts/getstarted - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. `@upstash/redis` is written in Deno and can be imported from diff --git a/llms.txt b/llms.txt index f86d128d..4113159e 100644 --- a/llms.txt +++ b/llms.txt @@ -1,7 +1,7 @@ # Upstash Documentation - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis — free, no signup; response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis — free, no signup; response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. Upstash also provides an MCP server (/docs/agent-resources/mcp) to manage and debug your Upstash resources directly from an agent, and an agent-friendly CLI (/docs/agent-resources/cli) for your terminal or CI/CD pipelines. diff --git a/redis/features/globaldatabase.mdx b/redis/features/globaldatabase.mdx index 24e81328..bfa04fd7 100644 --- a/redis/features/globaldatabase.mdx +++ b/redis/features/globaldatabase.mdx @@ -3,7 +3,7 @@ title: Global Database --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/features/restapi.mdx b/redis/features/restapi.mdx index f151f1af..5da0b7cb 100644 --- a/redis/features/restapi.mdx +++ b/redis/features/restapi.mdx @@ -10,7 +10,7 @@ description: Access your Upstash Redis database over HTTP, from serverless and e database](/redis/overall/getstarted), then [find your credentials](/redis/howto/connect-client) in the console. - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. In the [Upstash Console](https://console.upstash.com/redis), select your database. Then, in the database page, you will see the section that includes the endpoint URL and token details. When you hover over the `Endpoint` or `Token / Readonly Token` fields, copy button will appear for each. You can click it to easily copy the values you need for your connection. diff --git a/redis/howto/connect-client.mdx b/redis/howto/connect-client.mdx index afca5cdb..a8233577 100755 --- a/redis/howto/connect-client.mdx +++ b/redis/howto/connect-client.mdx @@ -11,7 +11,7 @@ Because it is already covered in [Getting Started](../overall/getstarted), we will skip it here. - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. ## Database diff --git a/redis/howto/connect-with-upstash-redis.mdx b/redis/howto/connect-with-upstash-redis.mdx index e0712cb3..18cbc630 100755 --- a/redis/howto/connect-with-upstash-redis.mdx +++ b/redis/howto/connect-with-upstash-redis.mdx @@ -24,7 +24,7 @@ See supported. - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/overall/getstarted.mdx b/redis/overall/getstarted.mdx index 2ad59f34..b62f0ea0 100755 --- a/redis/overall/getstarted.mdx +++ b/redis/overall/getstarted.mdx @@ -16,7 +16,7 @@ Upstash Redis is a **highly available, infinitely scalable** Redis-compatible da - Optional SOC-2 compliance, encryption at rest and much more - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/aws-lambda.mdx b/redis/quickstarts/aws-lambda.mdx index 1f27e884..736f3415 100644 --- a/redis/quickstarts/aws-lambda.mdx +++ b/redis/quickstarts/aws-lambda.mdx @@ -3,7 +3,7 @@ title: "AWS Lambda" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/azure-functions.mdx b/redis/quickstarts/azure-functions.mdx index 37d34957..cbbbe5d9 100644 --- a/redis/quickstarts/azure-functions.mdx +++ b/redis/quickstarts/azure-functions.mdx @@ -3,7 +3,7 @@ title: "Azure Functions" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/cloudflareworkers.mdx b/redis/quickstarts/cloudflareworkers.mdx index 86e3dc76..266115bb 100755 --- a/redis/quickstarts/cloudflareworkers.mdx +++ b/redis/quickstarts/cloudflareworkers.mdx @@ -3,7 +3,7 @@ title: "Cloudflare Workers" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/deno-deploy.mdx b/redis/quickstarts/deno-deploy.mdx index 20728f15..ecc2cfaf 100644 --- a/redis/quickstarts/deno-deploy.mdx +++ b/redis/quickstarts/deno-deploy.mdx @@ -3,7 +3,7 @@ title: "Deno Deploy" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/digitalocean.mdx b/redis/quickstarts/digitalocean.mdx index b6a810b6..af6a0b7d 100755 --- a/redis/quickstarts/digitalocean.mdx +++ b/redis/quickstarts/digitalocean.mdx @@ -3,7 +3,7 @@ title: "DigitalOcean" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/django.mdx b/redis/quickstarts/django.mdx index 16a9ca20..f2236ea8 100644 --- a/redis/quickstarts/django.mdx +++ b/redis/quickstarts/django.mdx @@ -3,7 +3,7 @@ title: "Django" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/elixir.mdx b/redis/quickstarts/elixir.mdx index df0f0f38..6a476cc4 100644 --- a/redis/quickstarts/elixir.mdx +++ b/redis/quickstarts/elixir.mdx @@ -4,7 +4,7 @@ description: "Tutorial on Using Upstash Redis In Your Phoenix App and Deploying --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/fastapi.mdx b/redis/quickstarts/fastapi.mdx index d14d47c1..721c9420 100644 --- a/redis/quickstarts/fastapi.mdx +++ b/redis/quickstarts/fastapi.mdx @@ -3,7 +3,7 @@ title: "FastAPI" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/fastlycompute.mdx b/redis/quickstarts/fastlycompute.mdx index 8a526106..f1a41c4a 100755 --- a/redis/quickstarts/fastlycompute.mdx +++ b/redis/quickstarts/fastlycompute.mdx @@ -3,7 +3,7 @@ title: "Fastly" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/flask.mdx b/redis/quickstarts/flask.mdx index dd07cbbf..f486dc2e 100644 --- a/redis/quickstarts/flask.mdx +++ b/redis/quickstarts/flask.mdx @@ -3,7 +3,7 @@ title: "Flask" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/fly.mdx b/redis/quickstarts/fly.mdx index d55f86e4..b32b70e1 100755 --- a/redis/quickstarts/fly.mdx +++ b/redis/quickstarts/fly.mdx @@ -3,7 +3,7 @@ title: "Fly.io" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/google-cloud-functions.mdx b/redis/quickstarts/google-cloud-functions.mdx index d55b0919..100bb2b9 100644 --- a/redis/quickstarts/google-cloud-functions.mdx +++ b/redis/quickstarts/google-cloud-functions.mdx @@ -3,7 +3,7 @@ title: "Google Cloud Run functions" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/koyeb.mdx b/redis/quickstarts/koyeb.mdx index 4aeddf89..3dfbe20a 100644 --- a/redis/quickstarts/koyeb.mdx +++ b/redis/quickstarts/koyeb.mdx @@ -3,7 +3,7 @@ title: "Koyeb" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/laravel.mdx b/redis/quickstarts/laravel.mdx index 5fa46967..48132d6d 100644 --- a/redis/quickstarts/laravel.mdx +++ b/redis/quickstarts/laravel.mdx @@ -3,7 +3,7 @@ title: "Laravel" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/nextjs-app-router.mdx b/redis/quickstarts/nextjs-app-router.mdx index 8ee1854e..2913e7f7 100644 --- a/redis/quickstarts/nextjs-app-router.mdx +++ b/redis/quickstarts/nextjs-app-router.mdx @@ -3,7 +3,7 @@ title: "App Router" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/nextjs-pages-router.mdx b/redis/quickstarts/nextjs-pages-router.mdx index 7ea4a48f..dc85eff4 100644 --- a/redis/quickstarts/nextjs-pages-router.mdx +++ b/redis/quickstarts/nextjs-pages-router.mdx @@ -3,7 +3,7 @@ title: "Pages Router" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/python-aws-lambda.mdx b/redis/quickstarts/python-aws-lambda.mdx index c3add104..13b1e528 100644 --- a/redis/quickstarts/python-aws-lambda.mdx +++ b/redis/quickstarts/python-aws-lambda.mdx @@ -3,7 +3,7 @@ title: "AWS Lambda" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/sst.mdx b/redis/quickstarts/sst.mdx index 02a4388e..010d9671 100644 --- a/redis/quickstarts/sst.mdx +++ b/redis/quickstarts/sst.mdx @@ -3,7 +3,7 @@ title: "SST" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/supabase.mdx b/redis/quickstarts/supabase.mdx index 7f0795b3..2ae21f8d 100644 --- a/redis/quickstarts/supabase.mdx +++ b/redis/quickstarts/supabase.mdx @@ -3,7 +3,7 @@ title: "Supabase Functions" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/vercel-functions-app-router.mdx b/redis/quickstarts/vercel-functions-app-router.mdx index b2514c7a..e8acc441 100644 --- a/redis/quickstarts/vercel-functions-app-router.mdx +++ b/redis/quickstarts/vercel-functions-app-router.mdx @@ -3,7 +3,7 @@ title: "App Router" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/vercel-functions-pages-router.mdx b/redis/quickstarts/vercel-functions-pages-router.mdx index 7b84ea66..25bf7745 100644 --- a/redis/quickstarts/vercel-functions-pages-router.mdx +++ b/redis/quickstarts/vercel-functions-pages-router.mdx @@ -3,7 +3,7 @@ title: "Pages Router" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/quickstarts/vercel-python-runtime.mdx b/redis/quickstarts/vercel-python-runtime.mdx index f302f213..62101977 100644 --- a/redis/quickstarts/vercel-python-runtime.mdx +++ b/redis/quickstarts/vercel-python-runtime.mdx @@ -3,7 +3,7 @@ title: "Vercel Python Runtime" --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/sdks/py/gettingstarted.mdx b/redis/sdks/py/gettingstarted.mdx index 2a813381..d7403974 100644 --- a/redis/sdks/py/gettingstarted.mdx +++ b/redis/sdks/py/gettingstarted.mdx @@ -3,7 +3,7 @@ title: Getting Started --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. diff --git a/redis/sdks/ts/getstarted.mdx b/redis/sdks/ts/getstarted.mdx index 887b3c2f..c5030771 100644 --- a/redis/sdks/ts/getstarted.mdx +++ b/redis/sdks/ts/getstarted.mdx @@ -3,7 +3,7 @@ title: Get Started --- - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis. Free, no signup; the response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. From 52ede18df196ea141aeed20c420e4fc94bf76c0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 11:08:20 +0000 Subject: [PATCH 2/2] chore(llms): regenerate llms.txt and llms-full.txt --- llms-full.txt | 8 ++++---- llms.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/llms-full.txt b/llms-full.txt index 61e894a2..8ab508be 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -1,5 +1,5 @@ - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis — free, no signup; response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis — free, no signup; response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. Upstash also provides an MCP server (/docs/agent-resources/mcp) to manage and debug your Upstash resources directly from an agent, and an agent-friendly CLI (/docs/agent-resources/cli) for your terminal or CI/CD pipelines. @@ -10142,7 +10142,7 @@ To view a more detailed Next.js quick start guide for setting up QStash, refer t It's also possible to schedule a background job to run at a later time using [schedules](/docs/qstash/features/schedules). -If you'd like to invoke another endpoint when the background job is complete, you can use [callbacks](/docs/qstash/features/callbacks). +If you'd like to invoke another endpoint when the background job is complete, you can use [callbacks](/docs/qstash/features/callbacks). # Batching Source: https://upstash.com/docs/qstash/features/batch @@ -10441,7 +10441,7 @@ client.message.batch_json( "messageId": "msg_..." } ] -``` +``` # Callbacks Source: https://upstash.com/docs/qstash/features/callbacks @@ -11496,7 +11496,7 @@ from qstash import QStash client = QStash("") client.queue.get("my-queue") ``` - + # Retry Source: https://upstash.com/docs/qstash/features/retry diff --git a/llms.txt b/llms.txt index 4113159e..f86d128d 100644 --- a/llms.txt +++ b/llms.txt @@ -1,7 +1,7 @@ # Upstash Documentation - If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis — free, no signup; response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. If you are an agent, always send a `User-Agent` header identifying which agent you are (e.g. `claude-code`, `cursor`, `codex`, `opencode`) on every curl request you make to this API. + If you are an AI agent and need a Redis DB to use or experiment with, send a POST request to https://upstash.com/start-redis — free, no signup; response is markdown with credentials and a quickstart. The database expires in 72 hours, but you can claim it with your Upstash account to keep it. Especially useful for AI agents that need scratch storage on the fly. Upstash also provides an MCP server (/docs/agent-resources/mcp) to manage and debug your Upstash resources directly from an agent, and an agent-friendly CLI (/docs/agent-resources/cli) for your terminal or CI/CD pipelines.