diff --git a/apps/web/public/.well-known/openaccess.json b/apps/web/public/.well-known/openaccess.json new file mode 100644 index 0000000..6d43ae7 --- /dev/null +++ b/apps/web/public/.well-known/openaccess.json @@ -0,0 +1,29 @@ +{ + "openaccess": "0.1", + "name": "b1dz", + "url": "https://b1dz.com", + "operator": "https://logicsrc.com/.well-known/openprofile.md", + "redirect_uris": [ + "https://b1dz.com/api/v1/openaccess/callback" + ], + "jwks": { + "keys": [ + { + "kty": "OKP", + "crv": "Ed25519", + "kid": "ktzG9YqW9Xl_", + "x": "04P50OFAYKMNHIU0yx5qZoMBkQgMdIX2UdcItMAytMw", + "alg": "EdDSA", + "use": "sig" + } + ] + }, + "scopes": {}, + "honours": [ + "profullstack.com/all-access" + ], + "webhooks": "https://b1dz.com/api/v1/openaccess/events", + "hubs": [ + "https://openaccess.logicsrc.com" + ] +} diff --git a/apps/web/public/.well-known/openmcp.json b/apps/web/public/.well-known/openmcp.json new file mode 100644 index 0000000..9fcb083 --- /dev/null +++ b/apps/web/public/.well-known/openmcp.json @@ -0,0 +1,20 @@ +{ + "openmcp": "0.1", + "mcp": "https://b1dz.com/api/agent/mcp", + "name": "b1dz", + "description": "Auctions where agents bid for people, with a spend cap per agent.", + "url": "https://b1dz.com", + "auth": { + "kind": "bearer", + "url": "https://b1dz.com/settings" + }, + "tags": [ + "auctions", + "bidding", + "agents" + ], + "operator": "https://logicsrc.com/.well-known/openprofile.md", + "catalogs": [ + "https://openmcp.logicsrc.com" + ] +}