Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Design constraints, invariants, and reference commands for the Rivet monorepo. F

- API endpoint: `https://api.rivet.dev`
- Cloud API endpoint: `https://cloud-api.rivet.dev`
- Dashboard: `https://hub.rivet.dev`
- Dashboard: `https://dashboard.rivet.dev`
- Documentation: `https://rivet.dev/docs`

**Use "sandbox mounting" when referring to the agentOS sandbox integration.** Do not use "sandbox extension" or "sandbox escalation." The feature mounts a sandbox as a filesystem inside the VM.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ docker run -p 6420:6420 rivetdev/engine

Fully managed. Global edge network. Connects to your existing cloud — Vercel, Railway, AWS, wherever you already deploy.

[Sign up →](https://hub.rivet.dev)
[Sign up →](https://dashboard.rivet.dev)

</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions examples/chat-room-render/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/hello-world-render/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/react-render/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/state-render/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/stream-render/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rivetkit-typescript/packages/rivetkit/src/common/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export function deconstructError(
actor = error.actor;
}
metadata = {
//url: `https://hub.rivet.dev/projects/${actorMetadata.project.slug}/environments/${actorMetadata.environment.slug}/actors?actorId=${actorMetadata.actor.id}`,
//url: `https://dashboard.rivet.dev/projects/${actorMetadata.project.slug}/environments/${actorMetadata.environment.slug}/actors?actorId=${actorMetadata.actor.id}`,
} satisfies errors.InternalErrorMetadata;
}

Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/connect/cloudflare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Cloudflare Workers run RivetKit through the WebAssembly runtime. Use the public

- [Cloudflare account](https://dash.cloudflare.com/)
- [`wrangler`](https://developers.cloudflare.com/workers/wrangler/) configured for your account
- A Rivet namespace from the [Rivet Dashboard](https://hub.rivet.dev/) or a self-hosted Rivet Engine
- A Rivet namespace from the [Rivet Dashboard](https://dashboard.rivet.dev/) or a self-hosted Rivet Engine

</Step>
<Step title="Install Packages">
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/connect/supabase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Supabase Edge Functions run RivetKit through the WebAssembly runtime. Use the pu

- [Supabase project](https://supabase.com/)
- [Supabase CLI](https://supabase.com/docs/guides/cli) configured for your project
- A Rivet namespace from the [Rivet Dashboard](https://hub.rivet.dev/) or a self-hosted Rivet Engine
- A Rivet namespace from the [Rivet Dashboard](https://dashboard.rivet.dev/) or a self-hosted Rivet Engine

</Step>
<Step title="Create the Function">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Schedule agents on cron, process work through durable queues, and coordinate mul

## Open Source and Free

agentOS is Apache 2.0 licensed and free to self-host. It's just an npm package. Run it on your laptop, Railway, Vercel, Kubernetes, or on-prem. No vendor lock-in. For managed infrastructure, [Rivet Cloud](https://hub.rivet.dev) handles deployment and scaling.
agentOS is Apache 2.0 licensed and free to self-host. It's just an npm package. Run it on your laptop, Railway, Vercel, Kubernetes, or on-prem. No vendor lock-in. For managed infrastructure, [Rivet Cloud](https://dashboard.rivet.dev) handles deployment and scaling.

## Get Started

Expand Down
Loading