Machine-readable discovery files, agent tools, and integration resources for brx.sa
↓ OpenAPI 3.1 Spec (JSON)RFC 9727 API Catalog. Machine-readable application/linkset+json index of all public BRX endpoints. AI agents use this to auto-discover available APIs.
Agent Skills RFC v0.2 index. Lists 4 structured skills: get_services, get_pricing, get_contact, and request_consultation. Each includes an input schema and SHA-256 integrity hash.
↗ View LiveMCP Server Card (SEP-1649). Describes BRX as an MCP-compatible service with resource listings. Used by MCP clients to understand available capabilities.
↗ View LiveLLMs.txt (llmstxt.org standard). Plain-text summary of BRX for LLM ingestion — company info, services, pricing, contact, and key page links in a structured, token-efficient format.
↗ View LiveOpenAPI 3.1 specification describing all public BRX endpoints with schemas, descriptions, and response formats. Use for code generation, Postman imports, or agent integration.
↗ View LiveMarkdown content negotiation. Send Accept: text/markdown to receive the homepage as clean Markdown — ideal for LLM context injection without HTML parsing overhead.
curl -H "Accept: text/markdown" https://brx.sa/
BRX registers 5 in-browser agent tools via the WebMCP API (navigator.modelContext.provideContext()):
See agent-skills/index.json for full schemas.
Security disclosure file (RFC 9116). Contact info for responsible security disclosure, expiry date, and canonical URL.
↗ View LiveEvery response from brx.sa includes Link: headers for agent discovery:
Link: </.well-known/api-catalog>; rel="api-catalog" Link: </.well-known/agent-skills/index.json>; rel="agent-skills" Link: </.well-known/mcp/server-card.json>; rel="mcp-server-card" Link: </llms.txt>; rel="describedby"; type="text/plain" Link: </openapi.json>; rel="service-desc"; type="application/json" Vary: Accept