-
Notifications
You must be signed in to change notification settings - Fork 0
Authentication
All interfaces use your Picsart account via OAuth web login — there are no API keys to create or paste. Generation spends credits, so it always requires sign-in; browsing the catalog and inspecting models does not.
gen-ai login # OAuth web login — opens your browser to confirm your identity
gen-ai whoami # shows the current user
gen-ai credits # remaining credits on your account
gen-ai logout # clears credentialsgen-ai login runs the OAuth web flow: the CLI opens your browser, you authorize once, and a secure token is stored locally — no password is saved and no credentials are exposed. Credentials are kept at ~/.gen-ai/credentials.json (permissions 600), and the CLI auto-refreshes the access token on a 401; if refresh fails, run gen-ai login again.
This single sign-in covers all three surfaces — the CLI, Skills, and MCP — because Skills and MCP drive the same CLI engine.
Agents authenticate through the same OAuth web login. After installing the CLI, run gen-ai login once on the machine; the agent (Claude Code, Cursor, Windsurf, ChatGPT, Codex) then generates using that authorized session. There are no separate keys to configure in the agent — see Installation and the MCP Quickstart.
| Action | CLI | MCP tool | Sign-in |
|---|---|---|---|
| Browse catalog | gen-ai models |
picsart_list_models |
❌ no |
| Inspect a model | gen-ai models info <id> |
picsart_model_info |
❌ no |
| Quote a cost | gen-ai pricing <id> |
picsart_pricing |
✅ yes |
| Generate | gen-ai generate |
picsart_generate |
✅ yes |
| Drive upload/list |
gen-ai upload / list
|
picsart_drive_* |
✅ yes |
Picsart CLI & MCP · Repo · AI Playground app
Getting Started
Interfaces
Concepts
Model Reference
Providers
- All providers
- Async
- ByteDance
- Creatify
- ElevenLabs
- Flux (Black Forest Labs)
- Grok (xAI)
- Happy Horse
- HeyGen
- Hunyuan
- Ideogram
- Kling
- LTX (Lightricks)
- Luma
- MiniMax
- OpenAI
- OVI
- Picsart
- Pika
- PixVerse
- Qwen (Alibaba)
- Recraft
- Reve
- Runway
- Seedance
- Seedream
- Topaz
- VEED
- Videography
- Wan (Alibaba)
More