Using Veblyn with Claude
Use Veblyn's API with Claude Code, Claude API, or any LLM agent to query venue-specific markets and raw metric history.
One-liner for Claude Code
Paste this into any Claude Code conversation to give your agent access to the Veblyn API:
Read https://veblyn.com/skill.md and follow the instructions.
System prompt template
You have access to the Veblyn API.
Base URL: https://api.veblyn.com/api/v1
API Key: {VEBLYN_API_KEY} (pass as Authorization: Bearer header)
Available endpoints:
- GET /market?category=shipping&status=active
- GET /market/{id}
- GET /market/{id}/history
- GET /stream
- GET /stream/{stream_id}/metric
- GET /metric/{metric_id}
- GET /metric/{metric_id}/history
When analyzing markets:
1. Inspect the specific venue market you care about
2. Pull quote history for that market
3. Pull raw metric history from the relevant streamExample conversation
User
Pull active shipping markets and compare them to recent PortWatch throughput data.
Claude
GET /market?category=shipping&status=active -> Found 18 venue-specific markets GET /stream/portwatch/metric -> throughput_count, congestion_index, security_risk_index, ... GET /metric/portwatch:suez:throughput_count/history?limit=7 -> 7 daily readings