Back to Services
Basic Trustrest
GitHub — Public Events Feed
Real-time feed of public GitHub events: pushes, pull requests, issues, stars, forks, releases. Great for monitoring OSS activity.
Total Calls
0
Success Rate
—
Avg Latency
50ms
Capabilities
githubeventsopen-sourcedevelopmentactivityrealtime
Quick Integration
Call this service through the Agent Clear proxy
// Call GitHub — Public Events Feed through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/8649aad5-c6d5-4cbe-8ec9-15dd97520803',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"properties": {
"per_page": {
"type": "number",
"description": "Results per page (max 100)"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026