Skip to content

Documentation / @agentick/gateway / SessionKey

Interface: SessionKey

Defined in: gateway/src/transport-protocol.ts:288

Session keys follow the format: [app:]name

Examples:

  • "main" → default app, "main" session
  • "chat:main" → "chat" app, "main" session
  • "research:task-123" → "research" app, "task-123" session
  • "whatsapp:+1234567890" → WhatsApp channel session

Properties

appId

appId: string

Defined in: gateway/src/transport-protocol.ts:289


sessionName

sessionName: string

Defined in: gateway/src/transport-protocol.ts:290

Released under the ISC License.