Messaging

Stream

standard

Stream is an reliable messaging provider offering Chat Messaging, Activity Feeds through Aweb's unified API. It features full streaming support with premium-tier latency.

Try StreamOfficial docs

Specifications

CategoryMessaging
Auth Typeapi_key
Latency Tierpremium
Streamingfull
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://chat.stream-io-api.com
SDK Package

Capabilities (2)

Chat Messagingmessaging.chat
Score: 95DEFAULT
Activity Feedsmessaging.feeds
Score: 93DEFAULT

Quick start

Use Stream through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "stream",
    "capability": "messaging.chat",
    "input": { "prompt": "Hello from Stream!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'stream',
  capability: 'messaging.chat',
  input: { prompt: 'Hello from Stream!' },
});

console.log(result.output);

Related Messaging providers

Twilio

standard tier

Novu

economy tier

Vonage

standard tier

Getting started →API reference →All capabilities →All providers →