Skip to content

Instantly share code, notes, and snippets.

{
"components": {
"schemas": {},
"securitySchemes": {
"Authorization": {
"bearerFormat": "API Key",
"description": "Authorization header with Bearer token",
"scheme": "bearer",
"type": "http"
}
{
"components": {
"parameters": {
"OrganizationIdPath": {
"in": "path",
"name": "organizationId",
"required": true,
"description": "The unique identifier of the organization.",
"schema": {
"type": "string"
{
"openapi": "3.0.0",
"info": {
"title": "XBOW (Minimal - listAssets only)",
"version": "2026-02-01",
"description": "Minimal XBOW API spec exposing only the listAssets operation. Used to test organizationId injection from agent/plugin settings."
},
"servers": [
{
"url": "https://console.xbow.com",
{
"components": {
"schemas": {},
"securitySchemes": {
"Authorization": {
"bearerFormat": "API Key",
"description": "Authorization header with Bearer token",
"scheme": "bearer",
"type": "http"
}