Authentication

Stytch

standard

Stytch is an reliable authentication provider offering OAuth Authentication, Multi-Factor Auth, Passwordless Auth through Aweb's unified API. It features none streaming support with premium-tier latency.

Try StytchOfficial docs

Specifications

CategoryAuthentication
Auth Typebasic_auth
Latency Tierpremium
Streamingnone
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://api.stytch.com/v1
SDK Package

Capabilities (3)

OAuth Authenticationauth.oauth
Score: 85
Multi-Factor Authauth.mfa
Score: 88
Passwordless Authauth.passwordless
Score: 95

Quick start

Use Stytch 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": "stytch",
    "capability": "auth.oauth",
    "input": { "prompt": "Hello from Stytch!" }
  }'

TypeScript

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

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

const result = await alfred.execute({
  provider: 'stytch',
  capability: 'auth.oauth',
  input: { prompt: 'Hello from Stytch!' },
});

console.log(result.output);

Related Authentication providers

Auth0

standard tier

Clerk

standard tier

Persona

premium tier

WorkOS

economy tier

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