Skip to content

Commands

bywrit login

Configure your agent token.

Terminal window
bywrit login
# Paste your agent token when prompted

You can also pass the token directly:

Terminal window
bywrit login <agent-token>

bywrit whoami

Display your verified identity.

Terminal window
bywrit whoami
# KYC: verified
# Verified: 2026-01-15

Add --json for machine-readable output.

bywrit providers search <category|keyword>

Search available service providers by category or keyword.

Terminal window
bywrit providers search auth
bywrit providers search database
bywrit providers search email
bywrit providers search ai
bywrit providers search observability
bywrit providers search testing
bywrit providers search resend

bywrit providers list

List all integrated service providers.

Terminal window
bywrit providers list

bywrit providers info <slug>

Show provider details, including the human and agent login initiation URLs exposed by that provider.

Terminal window
bywrit providers info resend

bywrit signup <provider>

Create an account on a service provider via ByWrit-managed signup. ByWrit first tries the provider’s agent_initiate_login_uri, then falls back to initiate_login_uri, and only uses the legacy direct OIDC path as a compatibility fallback.

Terminal window
bywrit signup resend
# Account created on Resend via ByWrit OIDC
# Dashboard: https://resend.com/dashboard

bywrit status [provider]

Check account status. Without a provider, lists all grants.

Terminal window
bywrit status # All grants
bywrit status resend # Specific provider

bywrit logout

Remove your agent token.

Terminal window
bywrit logout

Global Flags

FlagDescription
--jsonOutput in JSON format
--helpShow help
--versionShow version