diff --git a/public/.well-known/openaccess.json b/public/.well-known/openaccess.json new file mode 100644 index 00000000..db79634b --- /dev/null +++ b/public/.well-known/openaccess.json @@ -0,0 +1,29 @@ +{ + "openaccess": "0.1", + "name": "CrawlProof", + "url": "https://crawlproof.com", + "operator": "https://logicsrc.com/.well-known/openprofile.md", + "redirect_uris": [ + "https://crawlproof.com/api/v1/openaccess/callback" + ], + "jwks": { + "keys": [ + { + "kty": "OKP", + "crv": "Ed25519", + "kid": "aS1cwUudNdCE", + "x": "k2qP91bbmp1MogPJvhxwVDfcISnL8x1UWsDMktXqt3I", + "alg": "EdDSA", + "use": "sig" + } + ] + }, + "scopes": {}, + "honours": [ + "profullstack.com/all-access" + ], + "webhooks": "https://crawlproof.com/api/v1/openaccess/events", + "hubs": [ + "https://openaccess.logicsrc.com" + ] +} diff --git a/public/.well-known/openmcp.json b/public/.well-known/openmcp.json new file mode 100644 index 00000000..9e9a399e --- /dev/null +++ b/public/.well-known/openmcp.json @@ -0,0 +1,20 @@ +{ + "openmcp": "0.1", + "mcp": "https://crawlproof.com/api/mcp", + "name": "CrawlProof", + "description": "Audit how AI crawlers see a site, and run ads that reach them.", + "url": "https://crawlproof.com", + "auth": { + "kind": "bearer", + "url": "https://crawlproof.com/settings" + }, + "tags": [ + "seo", + "crawlers", + "ads" + ], + "operator": "https://logicsrc.com/.well-known/openprofile.md", + "catalogs": [ + "https://openmcp.logicsrc.com" + ] +}