!

Legal Disclaimer

PipeAgent is a data distribution gateway. We do not own, verify, or endorse the data provided by third-party creators. Use at your own discretion.

Docs/quickstart

Quickstart

Get your first AI agent up and running with real-time data in minutes.

1. Get your API Key

Follow the Authentication guide to get your key.

2. Find a Feed

Explore the Marketplace to find a feed that fits your needs. Copy the Feed ID.

3. Make your first request

bash
curl -X GET "https://api.pipeagent.dev/v1/feed/FEED_ID" \
     -H "x-api-key: YOUR_API_KEY"

4. Integrate with OpenClaw

For OpenClaw agents, you can directly use our tool definition.

json
{
  "name": "pipeagent_data",
  "description": "Fetches real-time structured data from pipeAgent.",
  "parameters": {
    "type": "object",
    "properties": {
      "feed_id": { "type": "string" }
    }
  },
  "api_call": "GET /v1/feed/{feed_id}"
}

Next: Explore API Reference

Version 1.0.4 - Premium Infrastructure