Understanding the Producer Dashboard

Manage your purchased agents, inject credentials, and trigger manual runs.

Written By pvdyck

Last updated About 5 hours ago

The Producer Dashboard

πŸ’‘ Note:TL;DRThe Producer Dashboard is your library of purchased agents. From here, you can configure your API credentials and execute runs to automate your business.

When you buy an agent from the marketplace, it appears in your Producer Dashboard. This is your private library of automation tools.

Organizing with Category Tabs

Your dashboard uses category tabs to keep your agent library organized:

  • All β€” Shows every active agent you own.
  • Category tabs β€” Agents grouped by category (e.g., Marketing, DevTools). Categories come from the Builder's metadata, or you can create your own.
  • Archived β€” Agents you've moved out of your active library. Archived agents are still functional β€” archiving is purely organizational.
  • Run History β€” Execution logs across all your agents.

Moving Agents Between Categories

Each agent card has a Move button (arrows icon). Click it to move the agent to any category or to Archived. To restore an archived agent, switch to the Archived tab and move it back to All or any category.

Creating Custom Categories

Click the + button next to the tab bar to create a new category tab. Type a name and press Add. Custom categories persist across sessions (stored in your browser).

πŸ’‘ Note:Category assignments are personal preferences stored in your browser's localStorage. They do not affect the agent's marketplace listing or other users' views.

Managing Your Agents

Each agent card shows a chain badge indicating which blockchain it's deployed on.

For each agent you own, you can take several actions:

1. Configure Credentials πŸ”‘

If an agent connects to external services (like OpenAI, Slack, or Salesforce), you need to provide your API keys.

  • Click the Credentials button (key icon) on the agent card.
  • Enter your keys into the secure vault.
  • (Keys are encrypted and never exposed to the Builder. See What happens to my credentials? for more details).

2. Execute Manually ⚑

You can trigger an agent directly from the dashboard UI:

  • Click Run Agent (play icon).
  • Review the maximum authorized cost.
  • Input any manual JSON data required by the agent.
  • Click Execute!

3. Setup Webhooks πŸ”—

Want the agent to run automatically from Zapier or your own app?

  • Click the Webhook button (link icon).
  • Copy your unique trigger URL.
  • (See Automate with Webhooks for setup instructions).

Tracking Spend

Your current inUSD Balance is shown at the top of the dashboard. Every time you execute an agent, funds are deducted from this balance. Click the balance to add more funds via Card or Crypto.

Related