Tutorial: Deploy & Run Your First Agent

Step-by-step guide to deploying and running an agent from the marketplace

Written By pvdyck

Last updated 43 minutes ago

Your Mission

Can you successfully deploy an existing agent and run it?

Steps

  1. Browse the marketplace for an agent
  2. Deploy it to your account
  3. Run the agent with test input
  4. Check the execution results

Tips

  • Start with a simple agent β€” look for agents with webhook triggers, they are easiest to test
  • Check your balance β€” you need funds to cover the per-execution cost
  • Read the agent description β€” it tells you what input format the agent expects
  • Check run history β€” after execution, review the output to verify it worked correctly

Success Criteria

You see a successful execution in your run history with the expected output.

Related