@integrity-labs/agt-cli 0.28.305 → 0.28.307

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5577,6 +5577,42 @@ var INTEGRATION_REGISTRY = [
5577
5577
  ]
5578
5578
  }
5579
5579
  },
5580
+ {
5581
+ id: "ayrshare",
5582
+ name: "Ayrshare",
5583
+ category: "social",
5584
+ description: "Read and report on your social media - post history, analytics, and connected-account status - across LinkedIn, Instagram, Facebook, TikTok, YouTube, Pinterest, and more. Augmented Team manages Ayrshare access for you - there is no key to enter; connect your social accounts once. Publishing on your behalf ships in a later release.",
5585
+ // ENG-7722 / ADR-0046: Ayrshare is a PREMIUM, platform-managed integration on
5586
+ // the Deck / Firecrawl model (ADR-0031, epic ENG-6920): Augmented owns ONE
5587
+ // Business Plan account (`AYRSHARE_API_KEY`) and every customer agent's profile
5588
+ // + posts bill back to it, so the key is a single platform-held secret, NOT a
5589
+ // per-agent credential. Auth type is therefore `none` - customers never enter a
5590
+ // key. Per-agent isolation is Ayrshare's own User Profile model: the account
5591
+ // key mints one profile per agent (ayrshare-provision.ts), whose profileKey is
5592
+ // injected server-side by the broker (ayrshare-broker.ts) so usage is metered +
5593
+ // gated at the one control-plane chokepoint. Agent-scoped only (a profile is
5594
+ // the per-agent isolation unit).
5595
+ supported_auth_types: ["none"],
5596
+ capabilities: [
5597
+ { id: "ayrshare:read", name: "Read Posts & Analytics", description: "List post history, read a post, and pull social analytics + connected-profile status (ayrshare_history, ayrshare_get_post, ayrshare_analytics, ayrshare_profiles).", access: "read" },
5598
+ { id: "ayrshare:publish", name: "Publish Posts", description: "Publish / schedule / delete social posts across connected networks. Gated by human approval (ADR-0004). Ships in a later slice.", access: "write" }
5599
+ ],
5600
+ docs_url: "https://www.ayrshare.com/docs/",
5601
+ beta: true,
5602
+ // ADR-0046: premium (billable). Unlike the usage-priced premiums (Deck,
5603
+ // Firecrawl), Ayrshare's true cost is a SUBSCRIPTION - USD $7.99 per active
5604
+ // User Profile per month - so it is priced on the same axis: a flat USD $18 per
5605
+ // agent per month, billed only for an ACTIVE profile (>=1 linked social
5606
+ // account). Per the PremiumDescriptor contract, a monthly premium carries NO
5607
+ // per-operation `meters` (it meters nothing per call); the descriptor here only
5608
+ // arms the per-org opt-in entitlement gate (isPremiumDefinition /
5609
+ // isOrgEntitledToPremium). The monthly-charge consumer is deferred with the
5610
+ // shared billing (Stripe) slice, as it is for every premium integration.
5611
+ premium: {
5612
+ pricing: "monthly",
5613
+ note: "Billed USD $18/month per active social profile (an agent with at least one connected social account)."
5614
+ }
5615
+ },
5580
5616
  {
5581
5617
  // ENG-7439: X Search is a PREMIUM, platform-managed integration on the
5582
5618
  // Deck / Firecrawl / ElevenLabs model (ADR-0031, epic ENG-6920): Augmented
@@ -9780,4 +9816,4 @@ export {
9780
9816
  stopAllSessionsAndWait,
9781
9817
  getProjectDir
9782
9818
  };
9783
- //# sourceMappingURL=chunk-A546IARM.js.map
9819
+ //# sourceMappingURL=chunk-QVYGYEBX.js.map