OpenClaw enables AI agents to interact with APIs, make payments, and execute autonomous workflows. Shoal Intelligence serves as a real-time data source — agents can monitor markets, track organizations, and react to signal events.Documentation Index
Fetch the complete documentation index at: https://docs.shoal.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Use Case: Autonomous Intelligence Agent
An OpenClaw agent can:- Monitor the Shoal API for high-signal events in specific categories
- Analyze events against portfolio positions or watchlists
- Act — send alerts, adjust positions, or trigger downstream workflows via CreditClaw virtual cards
Quick Start
Agent Configuration
JavaScript SDK
Example: OpenClaw + Shoal Pipeline
Combined with Shoal, an OpenClaw agent can:- Detect a partnership event via
/v1/radar/byCategory?category=partnership - Evaluate the opportunity using the brief endpoint
- Act on the intelligence in downstream workflows
Recommended Endpoints
| Endpoint | Agent Use Case |
|---|---|
/v1/signal/all | Real-time monitoring for high-signal events |
/v1/radar/byCategory | Category-specific watchlists (security, partnerships) |
/v1/brief?compact=true | Lightweight org summaries for agent context |
/v1/brief/batch | Batch portfolio monitoring (up to 25 orgs) |
/v1/organizations/byOrganizationName | Entity resolution — map names to Shoal org IDs |
Rate Limits
OpenClaw agents should respect Shoal’s rate limits:- 100 requests per 60 seconds per API key
- Use
cursorpagination for deep scans instead of high-offset queries - Monitor
X-RateLimit-Remainingheader to throttle proactively - For high-frequency agents, use webhooks instead of polling