-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub-api.json
More file actions
48 lines (48 loc) · 1.3 KB
/
github-api.json
File metadata and controls
48 lines (48 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"@context": "clarvia.io/schema/v1",
"@type": "Clarvia:Service",
"name": "GitHub API",
"description": "REST and GraphQL APIs for the world's largest code hosting platform. Manage repositories, pull requests, issues, actions, packages, and organizations. Powers millions of developer workflows and CI/CD pipelines.",
"category": "developer-tools",
"api": {
"endpoint": "https://api.github.com",
"docs": "https://docs.github.com/en/rest",
"mcp_server": "https://github.com/github/github-mcp-server",
"latency_ms": 180,
"auth_type": "bearer"
},
"pricing": {
"model": "freemium",
"amount": null,
"currency": "USD",
"agent_payable": false
},
"trust": {
"clarvia_score": 88,
"success_rate": 0.997,
"uptime": 0.9995,
"onchain_verified": false
},
"capabilities": [
"repository-management",
"pull-request-management",
"issue-tracking",
"ci-cd-actions",
"code-search",
"package-registry",
"organization-management",
"webhook-events",
"code-review",
"release-management",
"gist-management"
],
"contact": {
"website": "https://github.com",
"support_email": "support@github.com"
},
"metadata": {
"created_at": "2026-03-22T00:00:00Z",
"updated_at": "2026-03-22T00:00:00Z",
"version": "1.0.0"
}
}