mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 22:34:46 -07:00
global: snapshot
This commit is contained in:
15
website/.well-known/ai-plugin.json
Normal file
15
website/.well-known/ai-plugin.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"schema_version": "v1",
|
||||
"name_for_human": "Bitcoin Research Kit",
|
||||
"name_for_model": "bitcoin_research_kit",
|
||||
"description_for_human": "Query Bitcoin on-chain analytics: thousands of metrics, block explorer, address index.",
|
||||
"description_for_model": "Bitcoin on-chain analytics API. Search metrics via /api/metrics/search/{query}, fetch data via /api/metric/{metric}/{index}. No auth required.",
|
||||
"auth": { "type": "none" },
|
||||
"api": {
|
||||
"type": "openapi",
|
||||
"url": "https://bitview.space/openapi.json"
|
||||
},
|
||||
"logo_url": "https://bitview.space/assets/favicon-196.png",
|
||||
"contact_email": "hello@bitcoinresearchkit.org",
|
||||
"legal_info_url": "https://github.com/bitcoinresearchkit/brk/blob/main/docs/LICENSE.md"
|
||||
}
|
||||
Reference in New Issue
Block a user