Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/agents/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Build and deploy AI-powered Agents on Cloudflare that can autonomously perform t

#### Ship your first Agent

Use the agent started template to create your first Agent with the `agents-sdk`:
Use the agent starter template to create your first Agent with the `agents-sdk`:

```sh
# install it
Expand Down Expand Up @@ -56,7 +56,7 @@ We built the `agents-sdk` with a few things in mind:

Agents built with `agents-sdk` can be deployed directly to Cloudflare and run on top of [Durable Objects](/durable-objects/) — which you can think of as stateful micro-servers that can scale to tens of millions — and are able to run wherever they need to. Run your Agents close to a user for low-latency interactivity, close to your data for throughput, and/or anywhere in between.

***
---

#### Build on the Cloudflare Platform

Expand Down