What problem does it solve? Developers and revenue teams often pick the wrong Crossbeam access method — polling the REST API when a webhook fits, or building an OAuth integration when the MCP connector would answer the question — wasting effort and hitting plan or rate limits. ## Core Features & Use Cases - Method Routing: Matches any "how do I get Crossbeam data into X" question to one of four access methods: in-app AI Chat, MCP Server, REST API, or Webhooks/Signals. - Deep Reference Docs: Provides detailed setup guidance for OAuth 2.0 scopes, required headers, token refresh, HMAC webhook verification, and MCP connector setup for Claude and ChatGPT. - Plan-Gate Guardrails: Flags that webhooks are Enterprise-only and MCP is in Limited Availability, and cites canonical developer documentation instead of guessing endpoints. - Use Case: A user asks how to land partner overlap data in Snowflake nightly; the skill routes them to the REST API with OAuth, the offline_access refresh-token scope, and both required headers. ## Quick Start Ask how to pull Crossbeam partner overlap data into your CRM or data warehouse and get the right access method, scopes, and docs.