S
Samva CLI
Details
- Command
-
samva - Docs
- https://samva.dev/docs/developers/cli
Authentication
Samva CLI OAuth session oauth2 declared
$ samva login Acquired by the CLI — running samva login opens the auth flow and stores the credential.
env SAMVA_API_KEY In the Samva dashboard, open Developers → API Keys and create a key. Copy it when shown — the full value is only displayed once. Production keys start with samva_sk_live_ and test keys with samva_sk_test_. Store it in SAMVA_API_KEY and send it as X-API-Key on HTTP requests; some docs also show it accepted as Authorization: Bearer <api-key> on the hosted MCP server.