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
Install with ARK CLI (Recommended)
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/noahDeploy 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-namespaceDevelopment Mode with DevSpace
For local development with hot-reload and debugging:
# Use DevSpace for local development
cd services/phoenix
devspace devFuture Plans
This marketplace will include:
- Additional observability services
- Pre-built agents and agent templates
- Reusable tools and utilities
- Complete projects and solution accelerators
Related Resources
- ARK Platform Repository - The main Agents at Scale platform
- ARK Documentation - Complete platform documentation and guides
Contributing
When adding new services to the marketplace:
- Create service directory:
services/<service-name>/ - Add Helm chart:
services/<service-name>/chart/ - Add DevSpace config:
services/<service-name>/devspace.yaml - Add documentation:
docs/content/services/<service-name>.mdx - Update the services index
When adding new agents to the marketplace:
- Create agent directory:
agents/<agent-name>/ - Add Helm chart:
agents/<agent-name>/chart/ - Add DevSpace config:
agents/<agent-name>/devspace.yaml - Add documentation:
docs/content/agents/<agent-name>.mdx - Update the agents index and marketplace.json with
type: "agent"
Last updated on