PCC
Table of Contents
> Technical Documentation

Partner Central
Connect

Complete technical reference for PCC's bidirectional sync engine, multi-CRM adapter architecture, SOC 2 compliance controls, AI provider framework, and deployment infrastructure.

44
API Operations
2
CRM Integrations
3
Deployment Modes
50+
Concurrent Orgs
01

Platform Architecture

Central Hub Real-Time

A unified command center for your AWS co-sell pipeline. Opportunity stages, engagement health, sync status, CRM connections, and AI insights — all on a single screen. Every metric links to its detail view.

app.partnercentral.dev — Dashboard
$4.2M
Pipeline Value
+12% this month
47
Active Opportunities
8 need attention
12
Open Engagements
3 pending invites
99.7%
Sync Health
Last sync: 2m ago
Pipeline by Stage
Prospect
Qualified
Tech Valid.
Biz Valid.
Committed
Launched
Recent Activity
Opportunity Acme Corp — Cloud Migration synced to Partner Central 2m ago
New engagement invitation from AWS PDM Sarah Chen 14m ago
AI research completed for TechFlow Inc 28m ago
HubSpot sync: 23 deals updated from CRM 1h ago

Pipeline at a Glance

Opportunity counts by lifecycle stage with click-through to full list. Stages: Prospect, Qualified, Technical Validation, Business Validation, Committed, Launched.

Quick Actions

Create Opportunity, Create Engagement, Trigger Sync, View Reports — one click from the dashboard. Context-aware shortcuts based on your most recent activity.

02

Bidirectional Sync Engine

Real-Time 42 API Ops Multi-CRM

PCC keeps your data synchronized across your systems: AWS Partner Central, your CRM (HubSpot, or Salesforce (coming soon)), and PCC itself. Changes in any system propagate automatically with conflict detection and resolution.

HubSpot
OAuth 2.0
Salesforce (Coming Soon)
OAuth 2.0
PCC Sync Engine
BullMQ · Per-Tenant Queues
AWS Partner Central
42 API Operations · SDK Direct
Settings > Sync Status
AWS Partner Central
Connected
Last sync: 30s ago
47 opportunities
HubSpot CRM
Connected
Last sync: 2m ago
1,247 records
Salesforce (Coming Soon)
Coming Soon
1 conflict pending — Acme Corp · deal_stage mismatch Review
< 60s
Sync Latency
Change detected to propagated
4
Conflict Strategies
Last-write, CRM-wins, PCC-wins, Manual
99.7%
Uptime Target
Circuit breakers + retry with backoff
Zero Console Switching — Partners manage their entire AWS co-sell pipeline without opening the AWS Partner Central console. All 42 API operations are available through PCC’s UI and API.
03

SOC 2 Compliance Foundation

SOC 2 Ready KMS Encrypted RLS Enforced

Enterprise-grade security controls baked in from day one. Append-only audit trail, KMS envelope encryption, PostgreSQL Row-Level Security, PII classification, and data residency controls. Not a checklist — a foundation.

Audit Trail

CC7.2
  • Every action logged: actor, timestamp, IP, resource, outcome
  • Append-only with SHA-256 hash chain tamper detection
  • 1-year minimum retention, exportable for auditors

Encryption

CC6.1
  • AWS KMS envelope encryption for all stored credentials
  • TLS 1.2+ enforced on all connections (client, DB, Redis)
  • Quarterly key rotation with zero downtime

Tenant Isolation

CC6.3
  • PostgreSQL Row-Level Security policies at the database layer
  • Per-request tenant context injection via Prisma Extensions
  • Automated cross-tenant data leak testing in CI pipeline

Data Classification

CC6.5
  • Every field classified: public / internal / confidential / restricted
  • PII pseudonymized in all audit logs via SHA-256 with per-tenant salt
  • Right-to-erasure cascade deletion preserving pseudonymized audit entries
Auditor-Ready EndpointGET /api/v1/system/compliance returns real-time status of all security controls. Encryption state, access control configuration, AI provider mode, and audit log health — designed for auditor consumption during SOC 2 evaluations.
04

AI Provider Framework

5 Actions Streaming 3 Providers

Contextual AI built into every workflow. Research companies, draft one-pagers, analyze pipelines, and prepare for calls — all using data already in PCC. Choose your AI backend: Amazon Bedrock, HybrIQ v2, or bring your own key.

ModeEnvironmentAuthData ResidencySOC 2
bedrock Self-hosted (default) IAM instance profile Customer’s AWS region Compliant
hybriq SaaS (managed) HybrIQ API key PCC managed cloud N/A (SaaS)
direct BYOK Customer API key LLM provider Customer-managed
Opportunities > Acme Corporation > AI Actions
Acme Corporation
IndustryEnterprise SaaS
Domainacme.com
Pipeline$2.4M
StageTechnical Validation
AWS ProgramISV Accelerate
PDMSarah Chen
Research Company
3 credits
Company Overview

Acme Corporation is a Series C enterprise SaaS company specializing in supply chain optimization. Founded in 2018, they serve 200+ mid-market and enterprise customers across manufacturing and logistics verticals. $45M ARR with 40% YoY growth.

Technology Stack

AWS (primary cloud provider), Kubernetes for container orchestration, React frontend, PostgreSQL and DynamoDB for data layer. Currently expanding their ML pipeline on SageMaker.

Strategic Fit

Strong alignment with AWS ISV Accelerate program. Current $2.4M pipeline and expanding AWS footprint suggests significant co-sell potential. Recommend focusing on their SageMaker expansion as a near-term engagement driver.

Completed in 8.2s 1,247 tokens 3 credits (~$0.03) Bedrock · Claude Sonnet
Research Company

Comprehensive company brief from account context — overview, tech stack, strategic fit.

3 credits · ~$0.03 per run
Draft One-Pager

Professional partner brief from opportunity data, ready for internal or external sharing.

5 credits · ~$0.05 per run
Pipeline Analysis

AI assessment of pipeline health with risk flags and progression recommendations.

2 credits · ~$0.02 per run
Call Prep Brief

Talking points, background context, and suggested next steps for upcoming meetings.

3 credits · ~$0.03 per run
Engagement Summary

Status summary of co-sell engagement progress with timeline and milestones.

2 credits · ~$0.02 per run
Custom Actions

Enterprise tier: build custom AI actions tailored to your workflow via the MCP interface.

Enterprise
Credit-Based Billing (SaaS) — Each AI action consumes credits from your monthly allocation. Pro plans include 500 credits/month, Enterprise includes 2,000 credits/month. Overage is automatically billed via Stripe at your tier-specific rate. Check your real-time balance at GET /api/v1/credits/balance.
Per-Run Metering (AMI) — Self-hosted deployments track AI action executions locally in the AIActionExecution table. A daily encrypted license check-in reports aggregate run counts and token totals — zero PII or business data is ever transmitted. AWS Bedrock costs are billed through your own AWS account.
05

CRM Adapter Architecture

2 CRMs Adapter Pattern PII Compliant

A plugin-based CRM adapter architecture. Connect HubSpot today, with Salesforce (coming soon). Unified interface with visual field mapping, configurable conflict resolution, and PII-compliant data handling.

HubSpot
OAuth 2.0
Salesforce (Coming Soon)
OAuth 2.0 · Bulk API 2.0
CRM Adapter Interface
connect() · sync() · map_fields() · resolve()
PCC Core
Opportunities · Contacts · Engagements
Settings > HubSpot > Field Mapping
CRM Field PCC Field
deal_name
opportunity_title
deal_amount
expected_revenue
deal_stage
lifecycle_stageTransform Applied
contact_email
primary_emailPII · Pseudonymized
company_name
customer_company_name
Preview Transformation
OAuth 2.0

Secure authentication with automatic silent token refresh. Users rarely re-authenticate.

Bidirectional Sync

Records flow both ways. Changes in your CRM appear in PCC and vice versa.

Visual Field Mapping

Drag-and-drop field mapping with type compatibility warnings and preview.

Conflict Resolution

Four strategies: last-write-wins, CRM-wins, PCC-wins, or manual review queue.

PII Classification

Per-field data classification. Pseudonymization in logs. Right-to-erasure cascade.

Rate Limit Handling

Automatic retry with exponential backoff. Bulk API for 200+ record syncs.

06

Notification Pipeline

Multi-Channel Dual-Mode Event-Driven

Every opportunity update, status change, and milestone triggers automatic notifications to the right people at the right time. Dual-mode architecture supports both SaaS channels (Resend, Slack, HubSpot) and self-hosted AWS-native channels (SNS, SES).

Settings > Notifications > Activity Feed
SaaS Channels
Resend Email
Slack
HubSpot
AMI Channels
AWS SNS
AWS SES
Both Modes
Dashboard
SaaS Mode — Live Feed
All Delivered
Stage Change → Resend Email
Acme Corp moved to Technical Validation · branded email sent via Resend API
SENT
2m ago
New Opportunity → Slack
CloudScale Inc · $890K Prospect posted to #co-sell-alerts via webhook
SENT
18m ago
Deal Sync → HubSpot
DataVault Pro deal stage synced to Qualified · owner set via HubSpot API
SENT
42m ago
Weekly Digest → Resend Email
12 deal updates · 3 new opps · delivered to Marcus Webb via Resend
SENT
1h ago
Same Events on AMI Would Route To:
Stage Change → AWS SNS
Published to your SNS topic ARN · data stays in your VPC · CloudTrail logged
AMI
Weekly Digest → AWS SES
Same digest content delivered via your SES verified domain · no Resend dependency
AMI
Cloud Notifications

Automatic HubSpot deal updates, branded email alerts, and Slack notifications keep your entire team in the loop as opportunities progress.

Self-Hosted Notifications

Runs entirely within your AWS account using SNS and SES. Your partner data never leaves your infrastructure — full control, full compliance.

Quick Setup

A guided setup wizard walks you through notification configuration on first launch. Test connectivity before going live, or skip and configure later from Settings.

Reliable Delivery

Built-in retry logic ensures no notification gets lost. Each channel operates independently — if one has a hiccup, the others still deliver. Full delivery history in Settings.

Integration-Ready

Structured event payloads make it easy to connect downstream systems — trigger workflows, update dashboards, or feed your own analytics from every notification event.

Secure by Default

Self-hosted deployments lock down all public routes. No unauthenticated endpoints on your infrastructure — every notification flows through authenticated channels.

Channel Availability by Deployment Mode

PCC automatically detects your deployment mode and enables only the channels available for that mode. No configuration switching — the right channels activate on startup.

Channel
SaaS
Self-Hosted AMI
SOC 2 Notes
Email (Resend) SaaS
×
API key stored with KMS encryption. Delivery events logged in audit trail.
Slack SaaS
×
Webhook calls include full request metadata in audit log. Not available on AMI.
HubSpot SaaS
×
Deal updates via OAuth 2.0. Credential access triggers KMS audit events.
AWS SNS AMI
×
Publishes to your topic ARN. Data never leaves your VPC. CloudTrail logs all calls.
AWS SES AMI
×
Uses your verified domain. Sender/recipient and message ID logged for audit.
In-App Dashboard BOTH
Real-time SSE banners. No external dependency. Works in all deployment modes.
Audit Trail BOTH
Every notification event logged with actor, action, outcome, and correlation ID.
SOC 2 & Self-Hosted AMI — Self-hosted PCC runs entirely inside your AWS account. SNS and SES notifications never leave your VPC, and all operations are logged via both PCC's audit trail and AWS CloudTrail. KMS-encrypted credentials, row-level security, SHA-256 audit hash chains, and 1-year log retention out of the box.
AMI Channel Substitutions — HubSpot deal updates, Slack webhook notifications, and Resend email delivery are SaaS-only channels. Self-hosted deployments replace these with AWS-native equivalents: SNS for event notifications, SES for email delivery. The weekly co-sell digest uses SES on AMI instead of Resend — same content, same schedule, different transport.

Weekly Co-Sell Digest

Beyond real-time alerts, PCC delivers a personalized weekly email to each co-sell partner — aggregating only the deals and updates that matter to them into one clean summary.

Zero Manual Follow-Ups

Automatically aggregates all relevant deal updates into a single, clean weekly email — no manual follow-ups needed.

Scheduled Partner Updates

Keeps co-sell partners consistently informed with scheduled updates, ensuring they never miss important deal progress or changes.

Personalized Per Seller

Tailors each email to the specific co-seller, so they only see the deals and details that matter to them.

SaaS / AMI Parity

On SaaS, digests go through Resend. On AMI, the same digests go through your AWS SES — same content, same schedule, zero external dependency.

07

Territory Routing Engine

Rule-Based Auto-Assign Round-Robin Fallback

Automatically assign incoming AWS-sourced opportunities to the correct partner seller in HubSpot based on geographic region. Eliminates manual deal assignment and reduces seller response time from hours to seconds.

Settings > Territory Routing > Rules
Live Routing Preview
+ Add Rule
Incoming Opportunity
CloudScale Inc
Region: us-east-1 · $890K
Rule Matched
NAMER Territory
us-east-1, us-west-2, ca-central-1
Auto-Assigned
Marcus Webb
HubSpot Owner · Priority 1
Region Territory Assigned Seller Priority Status
us-east-1 NAMER Marcus Webb 1 Active
us-west-2 NAMER Marcus Webb 1 Active
eu-west-1 EMEA Priya Sharma 1 Active
ap-southeast-1 APJ James Tanaka 1 Active
* Fallback Round-robin Active
Seller Profiles

Per-organization roster of partner sellers. Each profile maps to a HubSpot Owner ID. Active/inactive status controls routing eligibility.

Territory Rules

Map geographic regions (us-east-1, emea, apac) to sellers with priority-based conflict resolution. Lowest priority number wins.

Round-Robin Fallback

When no territory rule matches, the system assigns deals to the next active seller via round-robin rotation. Fair distribution guaranteed.

Routing Audit Log

Every routing decision logged: matched seller, matched rule, fallback method, and submission details. Full SOC 2 compliance trail.

Admin API

Full CRUD endpoints for seller profiles and territory rules. Routing log endpoint for admin visibility. All operations require admin role.

Edge Case Handling

Invalid HubSpot Owner IDs surface errors in routing log. Deleted sellers cascade-delete rules. All-inactive sellers preserve existing behavior.

Configuration Example — Configure sellers for NAMER, EMEA, and APJ regions. When an AWS-sourced opportunity arrives from us-east-1, the system automatically sets the correct NAMER seller as HubSpot deal owner. No manual intervention required.
08

Org Chart & Rep Mapping

Multi-Cloud Auto-Inferred Relationship Scoring

Map your AWS partner rep relationships in one place. Build org charts manually or let PCC auto-infer team structures from deal activity. Rate every rep relationship by deal count, value, engagement frequency, and win rate — so you always know who drives results.

Partners > AWS Team > Org Chart
Export PDF
Sarah Chen
Sarah Chen
Director, ISV Partnerships
9.2
47 deals · $18.4M pipeline
Marcus Webb
Marcus Webb
Sr. PDM · NAMER
8.7
22 deals · 68% win rate
Priya Sharma
Priya Sharma
PDM · EMEA
6.4
15 deals · 52% win rate
James Tanaka
James Tanaka
PDM · APJ
3.8
10 deals · 31% win rate
Strong (7+)
Moderate (4-7)
Needs Attention (<4)
Visual Org Charts

Drag-and-drop org chart builder for AWS partner teams. See reporting lines, team structure, and coverage areas at a glance.

Auto-Inferred Mapping

PCC analyzes deal history from ACE data to automatically suggest team structures and reporting relationships. Review and approve with one click.

Relationship Rating

Every rep is scored by four metrics: deal count, deal value, engagement frequency, and win rate. Instantly identify your strongest — and weakest — partner relationships.

Coverage Tracking

Track rep relationships across all AWS regions in a unified view. Compare engagement and performance across territories side by side.

Engagement History

Full timeline of interactions with each rep — deals worked together, meetings, co-sell events. Context at your fingertips before every partner call.

Exportable Charts

Export org charts as PDF or image for executive briefings, QBRs, and partner planning sessions. Share relationship insights with your leadership team.

Know Your Partners — Stop guessing which AWS reps are engaged. PCC surfaces relationship strength scores across every deal, so your team can focus outreach on the reps who actually move pipeline.
09

Deployment Architecture

SaaS Self-Hosted AMI Multi-AZ HA

PCC supports two deployment modes. SaaS runs on the managed PCC platform with zero infrastructure overhead. Enterprise Self-Hosted deploys as an AMI in your own AWS account for full data sovereignty, dual-mode notifications, and multi-org support.

SaaS

Fully Managed · Pro & Enterprise Tiers
  • Instant setup — no infrastructure
  • Automatic updates & maintenance
  • 99.9% SLA
  • HybrIQ AI (managed)
  • HubSpot + Slack + Resend notifications
  • Multi-CRM integration included
Best for: Partners who want zero ops overhead

Enterprise Self-Hosted

Your AWS Account · Enterprise Tier
  • One-click AMI · Multi-AZ HA
  • Data stays in your VPC
  • AWS-native notifications (SNS + SES)
  • Bedrock AI (your AWS account)
  • CIS Level 1 hardened · SOC 2 ready
  • Frictionless first-boot setup wizard
  • Multi-org (MSP support)
  • Dedicated support · Custom SLA
Best for: Data sovereignty, MSPs & large orgs
Same Product, Two Modes — SaaS runs on the managed platform with HubSpot/Slack/Resend notifications. Enterprise tier adds self-hosted AMI deployment with AWS-native SNS/SES notifications. The dual-mode notification pipeline automatically switches transport based on your deployment mode.
10

Billing & Metering Coming Soon

SaaS Credits AMI Per-Run SOC 2 Auditable

AI action billing adapts to your deployment mode. SaaS customers consume credits from a monthly allocation with automatic overage billing. Self-hosted AMI deployments meter executions locally and report aggregate counts via encrypted license check-in — zero business data transmitted.

SaaS Credit System

500
Pro Credits / Month
2,000
Enterprise Credits / Month
Real-Time
Balance Tracking
Stripe
Overage Billing
AI ActionCreditsEst. CostTypical Tokens
Research Company 3 ~$0.03 ~1,200
Draft One-Pager 5 ~$0.05 ~2,000
Pipeline Analysis 2 ~$0.02 ~800
Call Prep Brief 3 ~$0.03 ~1,100
Engagement Summary 2 ~$0.02 ~900

Real-Time Balance

Query GET /api/v1/credits/balance to retrieve current credit balance, usage this period, and overage amount. Credits reset monthly on your billing cycle date.

Consumption History

Query GET /api/v1/credits/history for detailed credit consumption history with action-level detail — which action, when, by whom, and how many credits.

Automatic Overage

When credits are exhausted, additional AI actions are automatically billed via Stripe at your tier-specific overage rate. No service interruption — AI actions continue seamlessly.

Monthly Reset

Unused credits do not roll over. Your allocation resets to the plan total (Pro: 500, Enterprise: 2,000) on each billing cycle date.

AMI Per-Run Metering

Self-hosted deployments track all AI action executions locally in the AIActionExecution table. A daily encrypted license check-in transmits only aggregate counts — never business data.

Daily License Check-In Payload

  • ai_action_runs: number — Total AI action executions since last check-in
  • total_input_tokens: number — Aggregate input tokens across all executions
  • total_output_tokens: number — Aggregate output tokens across all executions
  • actions_by_type: Record<string, number> — Execution counts grouped by action type

Zero PII Guarantee

  • Only execution counts and token metadata are transmitted during check-in
  • No opportunity data, partner names, or business content leaves your VPC
  • Check-in payload encrypted in transit via HTTPS and signed with ES256 JWT

Billing Flow

  • Monthly usage invoice generated from aggregated daily check-in data
  • AWS Bedrock inference costs billed directly through your own AWS account
  • PCC license fee covers platform usage; AI compute costs are separate and transparent

SOC 2 Compliance Controls

Audit Trail

CC7.2
  • All AI action executions logged in append-only audit trail with SHA-256 hash chain
  • 12-month retention of execution history for auditor review
  • Automated monthly reconciliation: raw execution events vs. aggregated billing totals

Encryption & Transport

CC6.1
  • Check-in data encrypted in transit (HTTPS + ES256-signed JWT)
  • No customer business data included in check-in payload
  • License token validated server-side before accepting any check-in

Separation of Duties

CC6.3
  • Invoice generation and approval require different users (enforced by role)
  • Credit allocation changes require admin-level authorization
  • Overage rate modifications restricted to billing_admin role
Transparent & Auditable — Whether SaaS credits or AMI per-run metering, every AI action execution is recorded with full provenance. Auditors can verify billing accuracy through the append-only execution log, and the monthly reconciliation process ensures raw events match aggregated totals within a configurable tolerance threshold.
11

API Reference

REST 44 Operations MCP Server

PCC exposes a comprehensive REST API covering all platform capabilities. All endpoints require authentication via Bearer token and enforce tenant isolation through Row-Level Security. The MCP Server provides the same operations for AI agent integration.

REST Opportunities API

Full CRUD and sync operations for AWS Partner Central opportunities. Lifecycle stage management, search, and bulk operations.

GET /api/v1/opportunities POST /api/v1/opportunities PATCH /api/v1/opportunities/:id POST /api/v1/opportunities/:id/sync
REST Engagements API

Create, manage, and track co-sell engagement lifecycle. Invitation handling, status transitions, and activity logging.

GET /api/v1/engagements POST /api/v1/engagements PATCH /api/v1/engagements/:id POST /api/v1/engagements/:id/accept
REST CRM Integration API

Connect and disconnect CRM providers, trigger manual syncs, configure field mappings, and manage conflict resolution strategies.

POST /api/v1/integrations/connect POST /api/v1/integrations/disconnect POST /api/v1/integrations/sync PUT /api/v1/integrations/field-mappings
REST AI Actions API Coming Soon

Execute AI-powered actions (research, draft, analyze), check execution status, and retrieve action history with token usage. Responses include credits_consumed (SaaS) or tokens_used (AMI) for billing transparency.

POST /api/v1/ai-actions/execute GET /api/v1/ai-actions/:id/status GET /api/v1/ai-actions/history
REST Credits API Coming Soon

Real-time credit balance, period usage, overage tracking, and detailed consumption history with per-action breakdown. SaaS deployments only.

GET /api/v1/credits/balance GET /api/v1/credits/history
REST Territory Routing API

Manage seller profiles, territory rules, and view the routing decision log. Priority-based rule matching with round-robin fallback.

GET /api/v1/routing/sellers POST /api/v1/routing/rules GET /api/v1/routing/log
REST Org Chart API

CRUD operations for partner reps, relationship mappings, and performance scorecards. Auto-inference from deal activity data.

GET /api/v1/org-chart/reps POST /api/v1/org-chart/relationships GET /api/v1/org-chart/scorecards
REST System API

Health checks, SOC 2 compliance status, audit log queries, and system configuration. Designed for monitoring and auditor consumption.

GET /api/v1/system/health GET /api/v1/system/compliance GET /api/v1/system/audit-log
REST Notifications API

Configure notification channels and per-user preferences. Query delivery history with status tracking and retry management.

GET /api/v1/notifications/channels PUT /api/v1/notifications/preferences GET /api/v1/notifications/delivery-log
MCP Server Integration — All API operations are also available through the PCC MCP Server, enabling AI agents (Claude, GPT, Bedrock) to interact with your co-sell pipeline programmatically. The MCP interface exposes the same endpoints with identical authentication and tenant isolation. See Section 11: MCP Architecture for a full comparison with the AWS Partner Central MCP server.
12

MCP Server Architecture

MCP Protocol 79 Tools 3 Namespaces

Partner Central Connect includes a built-in AI assistant powered by the Model Context Protocol (MCP). Ask questions, manage opportunities, trigger syncs, and administer your instance — all through natural language. PCC’s MCP server complements AWS’s own Partner Central MCP by combining AWS data with your CRM, analytics, and platform operations in a single chat interface.

What You Get vs AWS MCP Alone

AWS Partner Central MCPPCC AI Assistant
Scope AWS Partner Central data only Full platform — AWS + CRM + analytics + admin + instance ops
Capabilities Pipeline insights, sales plays, funding recommendations 79 tools across co-sell, administration, and instance management
Authentication Requires IAM credential setup Uses your existing PCC login — no additional setup
Interface External AI agent required Built-in chat panel — no third-party tools needed
Team isolation Single AWS account Full organization-level isolation with role-based access
Audit trail AWS CloudTrail Complete operation log with SOC 2 compliance support
CRM integration None HubSpot, Salesforce (coming soon)
Instance management None Updates, backups, diagnostics, health monitoring (self-hosted)
Safety controls None Three-tier guardrails: safe reads, validated writes, confirmed destructive actions
Deployment AWS cloud only SaaS + self-hosted (your AWS account)

Ask Your AI Assistant Anything

The PCC AI assistant answers questions that span your entire co-sell operation — not just AWS data:

“Show me opportunities with stalled CRM sync”

  • Combines your CRM sync status with AWS opportunity data in one answer
  • Identifies exactly which deals need attention and why

“What’s our co-sell pipeline value this quarter?”

  • Pulls aggregated revenue data across all your opportunities
  • Includes stage breakdowns and trend analysis

“Create a backup before updating the instance”

  • Manages your self-hosted instance directly from the chat
  • No SSH required — updates, backups, and rollbacks via conversation

“Invite a new user as account manager”

  • Handles user management, role assignments, and org settings
  • Role-based access ensures users only see tools they’re authorized to use

AWS MCP Integration (coming soon)

PCC’s AI assistant will soon integrate directly with the AWS Partner Central MCP server, bringing AWS-native intelligence into your existing chat workflow:

AWS Pipeline Insights

AI-generated analysis of opportunity health, progression probability, and recommended next actions based on AWS data.

AWS Sales Plays

Recommended co-sell strategies tailored to your industry vertical, customer profile, and partner strengths.

AWS Customer Profiles

AWS-curated intelligence including technology footprint, growth signals, and engagement history for your accounts.

AWS Funding Recommendations

Discover available AWS funding programs, check eligibility, and get guidance on applying for co-sell opportunities.

One Chat, Complete Picture — AWS insights appear alongside your PCC platform data in the same conversation. No switching between tools or dashboards. Self-hosted customers get automatic IAM-based authentication with zero additional configuration.

Data Control by Deployment Mode

SaaSSelf-Hosted
Where your data lives PCC managed cloud Your AWS account
AI assistant audit log PCC managed database Your database (full ownership)
AI model provider Bring your own key (Anthropic, OpenAI, or Bedrock) Amazon Bedrock in your account (default)
AWS API calls Through PCC cloud infrastructure Direct from your VPC via IAM role
Encryption PCC managed encryption keys Your own AWS KMS keys
SOC 2 compliance PCC certification covers your deployment Achieved through your own controls
Complete Data Sovereignty — In self-hosted mode, PCC runs entirely within your AWS account. No data, API calls, or audit logs leave your environment. Your SOC 2 compliance is achieved through your own controls — PCC is software in your account, not a third-party service handling your data. AI action metering reports only execution counts and token metadata — zero opportunity data, partner names, or business content is transmitted during license check-in.
13

Professional Services

Customization Development Integration

Every co-sell workflow is different. Our engineering team builds custom features, integrations, and workflow automations tailored to your partner operations — from a single enhancement to a full platform transformation.

Limited Availability — Professional Services is a limited-time offering. We accept only a small number of clients at a time to ensure dedicated attention and premium quality for every engagement. Availability is first-come, first-served — contact us to secure your spot.
Simple
$2,500
Single feature request
  • One custom feature or enhancement
  • Dashboard widget or report
  • Workflow rule or automation
  • Field mapping customization
  • Standard delivery timeline
Get Started
Complex
$5,000+
Advanced single feature
  • Complex integration development
  • Custom AI action or model tuning
  • Advanced reporting & analytics
  • Multi-system data orchestration
  • Priority delivery & dedicated support
Contact Us
Complete
$15,000+
Multi-feature customization
  • Full platform tailoring
  • Multiple features & integrations
  • Custom deployment configuration
  • Dedicated project manager
  • Ongoing support & iteration
Contact Us
Scoping & Discovery — Not sure which tier fits your needs? Schedule a free 30-minute discovery call with our solutions team. We’ll assess your requirements and provide a detailed scope and timeline before any commitment.