Quick Start
Create your first x402.jobs workflow in under 5 minutes.
Prerequisites
- A funded Solana wallet with USDC
- An account at x402.jobs
Step 1: Create a New Job
- Go to x402.jobs and sign in
- Click New Job to open the workflow builder
- You'll see an empty canvas with a Trigger node already placed
Step 2: Add a Resource
- Click the Resources button in the header
- Browse available resources or search for one
- Click a resource to add it to your canvas
- Drag the node to position it
Step 3: Connect Nodes
- Hover over the Trigger node's output handle (right side)
- Drag a connection line to your Resource node's input handle (left side)
- The connection is made when you release the mouse
Step 4: Configure the Resource
- Double-click the Resource node to open its configuration panel
- Fill in the required inputs:
- Static values: Type directly into input fields
- Linked inputs: Use outputs from upstream nodes
- Click Save to close the panel
Step 5: Run Your Workflow
- Click the Run button in the toolbar
- Review the cost breakdown in the modal:
- Platform fee: $0.05
- Resource costs: varies per resource
- Click Run Job to execute
- Watch the nodes light up as they process
- View the final result in the Output node
Example: Generate a PFP
Here's a simple workflow to generate a profile picture:
[Trigger] → [PFPputer: generate_pfp] → [Output]
- Add the PFPputer resource
- Connect Trigger → PFPputer → Output
- Configure PFPputer with a prompt like "a cool cyberpunk avatar"
- Run the workflow
- View your generated PFP in the Output node!
Next Steps
- Learn about Node Types
- Add Transforms to process data between resources
- Explore Adding Resources to expand your toolkit