feat(03-03): add Martian, Kong, BricksAI, Aether, Not Diamond gateways

- Keyword-only detection (no documented public key formats)
- Completes 11 Tier 5 infrastructure/gateway providers for PROV-05
This commit is contained in:
salvacybersec
2026-04-05 14:41:55 +03:00
parent 35dbbc71f1
commit c8d326c34d
10 changed files with 162 additions and 0 deletions

16
providers/aether.yaml Normal file
View File

@@ -0,0 +1,16 @@
format_version: 1
name: aether
display_name: Aether AI
tier: 5
last_verified: "2026-04-05"
keywords:
- "aether"
- "AETHER_API_KEY"
- "aether.ai"
- "aetherplatform"
verify:
method: GET
url: ""
headers: {}
valid_status: []
invalid_status: []

16
providers/bricksai.yaml Normal file
View File

@@ -0,0 +1,16 @@
format_version: 1
name: bricksai
display_name: BricksAI
tier: 5
last_verified: "2026-04-05"
keywords:
- "bricksai"
- "BRICKS_API_KEY"
- "trybricks.ai"
- "bricksllm"
verify:
method: GET
url: ""
headers: {}
valid_status: []
invalid_status: []

17
providers/kong.yaml Normal file
View File

@@ -0,0 +1,17 @@
format_version: 1
name: kong
display_name: Kong AI Gateway
tier: 5
last_verified: "2026-04-05"
keywords:
- "kong"
- "KONG_API_KEY"
- "kong-ai-gateway"
- "konghq.com"
- "ai-proxy"
verify:
method: GET
url: ""
headers: {}
valid_status: []
invalid_status: []

16
providers/martian.yaml Normal file
View File

@@ -0,0 +1,16 @@
format_version: 1
name: martian
display_name: Martian (Model Router)
tier: 5
last_verified: "2026-04-05"
keywords:
- "withmartian"
- "MARTIAN_API_KEY"
- "withmartian.com"
- "martian-router"
verify:
method: GET
url: ""
headers: {}
valid_status: []
invalid_status: []

16
providers/notdiamond.yaml Normal file
View File

@@ -0,0 +1,16 @@
format_version: 1
name: notdiamond
display_name: Not Diamond
tier: 5
last_verified: "2026-04-05"
keywords:
- "notdiamond"
- "NOTDIAMOND_API_KEY"
- "not-diamond"
- "notdiamond.ai"
verify:
method: GET
url: ""
headers: {}
valid_status: []
invalid_status: []