About Alysio
Alysio is an AI-powered assistant platform that lets users interact with their business data — CRM records, sales insights, and marketing systems — through natural language. It connects securely to enterprise tools like HubSpot, Salesforce, ZoomInfo, and others, using OAuth-based integrations and a controlled orchestration layer. Core Value Proposition- Converts plain-language questions (e.g., “Show me deals closing this quarter”) into structured CRM queries
- Provides accurate, context-aware insights by learning each tenant’s schema and usage patterns
- Operates within enterprise-grade security boundaries, with no persistent storage of partner data beyond what’s required for processing
- Unifies access to CRM, billing, and analytics systems in one conversational interface
Purpose of This Site
This site serves as Alysio’s technical documentation portal for partner and platform reviewers. It is not a user help guide — it provides a transparent, verifiable view of how Alysio integrates, authenticates, and manages data within partner ecosystems. Intended Audience- Marketplace review teams (HubSpot, Salesforce, ZoomInfo, etc.)
- Security and compliance assessors evaluating scopes, data access, and hosting practices
- API partnership teams verifying correct endpoint and scope usage
- Navigate by integration (HubSpot, Salesforce, etc.)
- Review OAuth scopes, data flow, and API usage
- Reference architecture and security sections for compliance verification
- Use diagrams and tables to confirm app review details
App Overview Summary
Supported Integrations Alysio currently supports direct connections with:- HubSpot — OAuth 2.0 (CRM, Contacts, Deals, Companies, Owners, Timeline)
- Salesforce — Connected App (REST API access to Opportunities, Accounts, Contacts, Custom Fields)
- ZoomInfo — OAuth 2.0 (Company, Contact, Intent, Scoops APIs)
- Stripe — API key (billing, usage tracking, subscription management)
- Google Workspace — OAuth (Gmail, Calendar, Contacts)
- Customer.io — API key (transactional email delivery)
- AWS S3 — IAM credentials (file storage and export handling)
| Integration Type | Method | Token Storage | Refresh Policy |
|---|---|---|---|
| CRM Integrations (HubSpot, Salesforce) | OAuth 2.0 | Encrypted at rest (AES-256) | Auto-refresh via partner APIs |
| Data Providers (ZoomInfo) | OAuth 2.0 | Encrypted at rest | Rotated per provider policy |
| Internal Services (Stripe, Customer.io) | API key | AWS Secrets Manager | Rotated quarterly |
| Google Services | OAuth 2.0 | Encrypted at rest | 1-hour refresh cycle |
| AWS Services | IAM role credentials | Scoped to ECS task | Automatic rotation |
- The user issues a natural-language query.
- The LLM interprets and routes it to the appropriate MCP server.
- The MCP executes partner API calls securely using stored OAuth tokens.
- The response returns through Alysio’s orchestrator to the user.