Skip to content
Merged
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
6 changes: 0 additions & 6 deletions app/(home)/overview/_pages/page.en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,6 @@ export default function HomePage() {
title="API Reference"
description="View the Steel API reference."
/>
<SmallCard
icon={<Database />}
href="/playground"
title="Playground"
description="Explore the examples and quick-start guides in Steel playground."
/>
</Cards>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions app/layout.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ export const baseOptions: BaseLayoutProps = {
url: '/changelog',
active: 'nested-url',
},
{
text: 'Playground',
url: '/playground',
},
{
text: 'API Reference',
url: '/api-reference',
Expand Down
22 changes: 0 additions & 22 deletions components/playground-button.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/integrations/agentkit/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sidebarTitle: Quickstart
description: This guide shows how to use AgentKit with Steel to build a small network that browses Hacker News in a live cloud browser via CDP, filters stories by topic, and returns concise picks.
llm: true
---
import PlaygroundButton from "components/playground-button.tsx";

<PlaygroundButton href="https://playground.steel.dev/?template=steel-agent-kit-starter" />

#### Prerequisites
:::prerequisites
Expand Down
3 changes: 0 additions & 3 deletions content/docs/integrations/agno/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sidebarTitle: Quickstart
description: This guide walks you through connecting Agno with Steel by adding a Playwright-powered Steel toolkit and running an agent that browses and extracts content from live websites.
llm: true
---
import PlaygroundButton from "components/playground-button.tsx";

<PlaygroundButton href="https://playground.steel.dev/?template=steel-agno-starter" />

#### Prerequisites

Expand Down
3 changes: 0 additions & 3 deletions content/docs/integrations/browser-use/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sidebarTitle: Quickstart
description: A step-by-step guide to connecting Steel with Browser-use.
llm: true
---
import PlaygroundButton from "components/playground-button.tsx";

<PlaygroundButton href="https://playground.steel.dev/?template=steel-browser-use-starter" />

This guide walks you through connecting a Steel cloud browser session with the browser-use framework, enabling an AI agent to interact with websites.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sidebarTitle: Quickstart (Python)
description: How to use Claude Computer Use with Steel
llm: true
---
import PlaygroundButton from "components/playground-button.tsx";

<PlaygroundButton href="https://playground.steel.dev/?template=steel-claude-computer-use-python-starter" />

This guide shows you how to use Claude models with computer use capabilities and Steel browsers to create AI agents that navigate the web.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sidebarTitle: Quickstart (Typescript)
description: How to use Claude Computer Use with Steel
llm: true
---
import PlaygroundButton from "components/playground-button.tsx";

<PlaygroundButton href="https://playground.steel.dev/?template=steel-claude-computer-use-node-starter" />

This guide shows you how to create AI agents with Claude's computer use capabilities and Steel browsers for autonomous web task execution.

Expand Down
3 changes: 0 additions & 3 deletions content/docs/integrations/crewai/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sidebarTitle: Quickstart
description: This guide walks you through wiring a CrewAI multi-agent workflow to Steel so your agents can research the web and produce a structured report.
llm: true
---
import PlaygroundButton from "components/playground-button.tsx";

<PlaygroundButton href="https://playground.steel.dev/?template=steel-crewai-starter" />

#### Prerequisites

Expand Down
3 changes: 0 additions & 3 deletions content/docs/integrations/magnitude/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sidebarTitle: Quickstart
description: This guide shows how to use Magnitude with Steel to create an AI browser agent that visits the Steel leaderboard Github repo, extracts the details behind the latest commit, and if associated with a pull request, it will summarize the details.
llm: true
---
import PlaygroundButton from "components/playground-button.tsx";

<PlaygroundButton href="https://playground.steel.dev/?template=steel-magnitude-starter" />

Scroll to the bottom to see a full example!

Expand Down
4 changes: 0 additions & 4 deletions content/docs/integrations/notte/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ sidebarTitle: Quickstart
description: This guide shows how to use Notte with Steel to run a simple task in a live cloud browser, then shut everything down safely.
llm: true
---
import PlaygroundButton from "components/playground-button.tsx";

<PlaygroundButton href="https://playground.steel.dev/?template=steel-notte-starter" />


### Requirements
:::prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sidebarTitle: Quickstart (Python)
description: How to use OpenAI Computer Use with Steel
llm: true
---
import PlaygroundButton from "components/playground-button.tsx";

<PlaygroundButton href="https://playground.steel.dev/?template=steel-openai-computer-use-python-starter" />

This guide will walk you through how to use OpenAI's `computer-use-preview` model with Steel's managed remote browsers to create AI agents that can navigate the web.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sidebarTitle: Quickstart (Typescript)
description: How to use OpenAI Computer Use with Steel
llm: true
---
import PlaygroundButton from "components/playground-button.tsx";

<PlaygroundButton href="https://playground.steel.dev/?template=steel-oai-computer-use-node-starter" />

This guide will walk you through how to use OpenAI's `computer-use-preview`model with Steel's managed remote browsers to create AI agents that can navigate the web.

Expand Down
3 changes: 0 additions & 3 deletions content/docs/integrations/stagehand/quickstart-py.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sidebarTitle: Quickstart (Python)
description: Build scripts that navigate the web using natural language instructions
llm: true
---
import PlaygroundButton from "components/playground-button.tsx";

<PlaygroundButton href="https://playground.steel.dev/?template=steel-stagehand-python-starter" />

This guide shows you how to use Stagehand with Steel browsers to create scripts that can interact with websites using natural language commands. We'll build a simple automation that extracts data from Hacker News and demonstrates search functionality.

Expand Down
3 changes: 0 additions & 3 deletions content/docs/integrations/stagehand/quickstart-ts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sidebarTitle: Quickstart (Typescript)
description: Build AI agents that navigate the web using natural language instructions
llm: true
---
import PlaygroundButton from "components/playground-button.tsx";

<PlaygroundButton href="https://playground.steel.dev/?template=steel-stagehand-node-starter" />

This guide shows you how to use Stagehand with Steel browsers to create AI agents that can interact with websites using natural language commands. We'll build a simple automation that extracts data from Hacker News and demonstrates search functionality.

Expand Down
1 change: 0 additions & 1 deletion content/docs/overview/need-help.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ llm: true
- [Changelog](/changelog)
- [API Reference](/api-reference)
- [Cookbook](https://github.com/steel-dev/steel-cookbook/)
- [Playground](/playground)
- [Discord](https://discord.gg/steel-dev)
- [Github](https://github.com/steel-dev)
- [Dashboard](https://app.steel.dev/)
Expand Down
5 changes: 0 additions & 5 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ const config = {
destination: "https://steel.apidocumentation.com/api-reference",
permanent: true,
},
{
source: "/playground",
destination: "https://playground.steel.dev/",
permanent: true,
},
// {
// source: "/overview/steel-cli",
// destination: "https://github.com/steel-dev/cli",
Expand Down
Loading
Loading