# SursaTech agent discovery # Surface for external AI agents that want to fetch grounded public facts # about SursaTech, or route a booking to the right team member. Owner: SursaTech Contact: info@sursatech.com Protocol: sursatech-agent-exchange/1.0 Discovery: /.well-known/agent.json Context: /company-context.json OpenAPI: /openapi.json Query: /api/agent/query Exchange: /api/agent/exchange # Scopes available on /api/agent/exchange: # - company.profile # - company.services # - company.products # - company.booking # - company.engagements # Access: # - Public: read-only, rate-limited. # - Partner: HMAC-SHA256 with X-Agent-Id, X-Agent-Timestamp, X-Agent-Signature. # Blocked: leads, conversations, private notes, webhooks, API keys, non-public team data.