Installation
Basic Setup
Type Definitions
PrivateConnectConfig
Configuration options for initializing the SDK client.Service
Represents a service exposed through Private Connect.Agent
Represents an agent in the Private Connect workspace.Connection
Connection details for a service.Message
Represents a message between agents.Session
Represents an orchestration session.Usage Examples
Type-Safe Service Connections
Type-Safe Agent Discovery
Type-Safe Messaging
Type-Safe Sessions
Generic Type Parameters
You can use TypeScript generics for strongly-typed payloads:Strict Null Checks
The SDK is designed to work with TypeScript’s strict null checks:Type Exports
Import types for use in your own code:Next Steps
Agents API
Agent discovery and messaging
Services API
Service connections
Sessions API
Orchestration sessions