Convex Agents Playground

Interact with Convex agents for testing and debugging in a graphical playground.

25|4|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/Sstobo/convex-skills --skill convex-agents-playground
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Convex Agents Playground
Source: https://github.com/Sstobo/convex-skills/tree/main/convex-agents-playground
Command: npx skills add https://github.com/Sstobo/convex-skills --skill convex-agents-playground

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Playground provides a ready-made UI for testing, debugging, and developing Convex agents without writing code, saving time during integration and iteration.

Core Features & Use Cases

  • Graphical agent exploration: browse threads, messages, context, and tool calls across multiple agents.
  • Local and hosted testing: validate agent behavior in a controlled playground with live results and debugging data.
  • Quick demonstrations: demo agents to stakeholders with real-time insights into prompts, context, and tool usage.

Quick Start

Install and run the local playground, then connect to your Convex deployment.

Frequently Asked Questions about Convex Agents Playground

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test and debug Convex agents without writing code?

You can test and debug Convex agents without writing code by using a graphical playground UI. It allows you to browse threads, view message history, inspect tool calls, and adjust live context across multiple agents.

Can I inspect tool calls and context for Convex agents in a local environment?

Yes, you can inspect tool calls and view live context for Convex agents in both local and hosted environments. The playground connects directly to your deployment to validate agent behavior with real-time debugging data.

What is the best way to demonstrate Convex agent behavior to stakeholders?

The best way to demonstrate Convex agent behavior is using a graphical playground UI. It provides real-time insights into prompts, context, and tool usage, allowing you to demo agents quickly without modifying your host project.

Do I need to change my host project code to use the Convex agents playground?

No, you do not need to change your host project code to use the playground. It relies on the agent runtime and optional environment setup, requiring no code modifications for integration and iteration.

How do I view message history and threads for multiple Convex agents?

To view message history and threads for multiple Convex agents, use the graphical agent exploration feature in the playground. It enables browsing across agents to validate behavior and debug interactions.

Are there limitations when adjusting live context for Convex agents during testing?

The playground allows live context adjustments during testing, but it requires a running agent runtime and a connected Convex deployment. It relies on the existing runtime environment rather than introducing independent agent logic.