Skip to Content
Introduction

Agents at Scale Marketplace

Part of the ARK Platform

This marketplace is an integral component of the Agents at Scale (ARK) platform, providing services and tools for agentic systems.

Welcome to the Agents at Scale Marketplace documentation. This marketplace provides a collection of services, agents, and tools for the ARK platform .

What is the Marketplace?

The marketplace is a curated collection of:

  • Services: Production-ready observability, storage, and infrastructure services
  • Agents: Pre-built agents and agent templates
  • Tools: Reusable tools and utilities for agent development
  • Projects: Complete solution accelerators and reference implementations

Available Services

Currently available services:

  • A2A Inspector - Developer tool for testing and debugging A2A protocol agents
  • Langfuse - Open Source LLM Application/Agent observability, evaluation, and prompt management
  • MCP Inspector - Developer tool for testing and debugging MCP servers
  • Phoenix - AI/ML observability and evaluation platform with OpenTelemetry integration

Available Agents

Currently available agents:

  • Noah - Runtime administration agent with cluster privileges and MCP server

Quick Start

The easiest way to install marketplace services and agents is using the ARK CLI :

# Install services ark install marketplace/services/a2a-inspector ark install marketplace/services/langfuse ark install marketplace/services/mcp-inspector ark install marketplace/services/phoenix # Install agents ark install marketplace/agents/noah

Deploy with Helm

For production deployments or advanced customization:

# Deploy using Helm from local chart cd services/phoenix helm dependency update chart/ helm install phoenix ./chart -n phoenix --create-namespace

Development Mode with DevSpace

For local development with hot-reload and debugging:

# Use DevSpace for local development cd services/phoenix devspace dev

Future Plans

This marketplace will include:

  • Additional observability services
  • Pre-built agents and agent templates
  • Reusable tools and utilities
  • Complete projects and solution accelerators

Contributing

When adding new services to the marketplace:

  1. Create service directory: services/<service-name>/
  2. Add Helm chart: services/<service-name>/chart/
  3. Add DevSpace config: services/<service-name>/devspace.yaml
  4. Add documentation: docs/content/services/<service-name>.mdx
  5. Update the services index

When adding new agents to the marketplace:

  1. Create agent directory: agents/<agent-name>/
  2. Add Helm chart: agents/<agent-name>/chart/
  3. Add DevSpace config: agents/<agent-name>/devspace.yaml
  4. Add documentation: docs/content/agents/<agent-name>.mdx
  5. Update the agents index and marketplace.json with type: "agent"
Last updated on