Skip to main content
Starter Kit - Ships with your template. You own it - modify freely.

Basic Usage

Output:

Inputs

Configuration

Examples

GET Request

POST Request

With Retries

With Timeout

Advanced Patterns

Multiple Endpoints

Primary + Fallback

Paginated Requests

Authenticated Requests

Conditional Requests

Output Schema

Error Handling

Best Practices

1. Set Appropriate Timeouts
2. Configure Retries with Backoff
3. Secure API Keys
4. Validate Responses
5. Use Cache for Expensive Requests

Common Use Cases

External API Integration

Webhook Proxy

API Aggregator

GraphQL Query

vs http Operation

Use fetch agent for:
  • Built-in retry logic with exponential backoff
  • Automatic error handling
  • Common patterns
Use http operation for:
  • Custom retry logic
  • Streaming responses
  • Low-level control
Example comparison:

Next Steps

http

HTTP operation reference

scrape

Web scraping

validate

Data validation

Starter Kit Overview

All starter kit agents