Spaces:
Running
Running
Add BYOK notice (keys stay in browser)
Browse files- api-tester.html +15 -0
api-tester.html
CHANGED
|
@@ -474,6 +474,17 @@
|
|
| 474 |
border-color: var(--accent);
|
| 475 |
color: var(--accent);
|
| 476 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 477 |
</style>
|
| 478 |
</head>
|
| 479 |
<body>
|
|
@@ -482,6 +493,10 @@
|
|
| 482 |
<p>Multi-lane comparison tool for Responses API endpoints with conversation chaining</p>
|
| 483 |
</div>
|
| 484 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 485 |
<div class="global-config">
|
| 486 |
<div class="field" style="flex: 1;">
|
| 487 |
<label>Global API Key (fallback for lanes without key)</label>
|
|
|
|
| 474 |
border-color: var(--accent);
|
| 475 |
color: var(--accent);
|
| 476 |
}
|
| 477 |
+
|
| 478 |
+
.notice {
|
| 479 |
+
margin: 0 0 1rem 0;
|
| 480 |
+
padding: 0.75rem 1rem;
|
| 481 |
+
border: 1px solid var(--border);
|
| 482 |
+
border-radius: 8px;
|
| 483 |
+
background: rgba(99,102,241,0.07);
|
| 484 |
+
color: var(--text-dim);
|
| 485 |
+
font-size: 0.875rem;
|
| 486 |
+
line-height: 1.4;
|
| 487 |
+
}
|
| 488 |
</style>
|
| 489 |
</head>
|
| 490 |
<body>
|
|
|
|
| 493 |
<p>Multi-lane comparison tool for Responses API endpoints with conversation chaining</p>
|
| 494 |
</div>
|
| 495 |
|
| 496 |
+
<div class="notice">
|
| 497 |
+
BYOK: API keys stay in your browser and are sent only to the endpoints you enter. They are not stored or logged on this Space. For sensitive keys, use the per-lane key fields and consider running with Space auth enabled.
|
| 498 |
+
</div>
|
| 499 |
+
|
| 500 |
<div class="global-config">
|
| 501 |
<div class="field" style="flex: 1;">
|
| 502 |
<label>Global API Key (fallback for lanes without key)</label>
|