Images
AI generation and stock.
View primitiveImages, video, clips, audio, media, and social publishing — one creative production layer for agents.
Drop this into Cursor, Claude Code, or any agent. It reads the skill manifest and wires up Agent-Native Studio for you.
Read https://usenaive.ai/skill.md and set up Naïve for Agent-Native Studio in my project.
Generate assets, turn long-form media into clips, keep an asset library, and publish across the channels where audiences already are.
AI generation and stock.
View primitiveKling, Minimax, and Wan.
View primitiveLong video into shorts.
View primitiveTranscription, speech, native conversations.
View primitiveOne asset library.
View primitivePost to 10+ platforms.
View primitiveAgent Studio connects creative generation and distribution so agents can produce complete campaigns instead of isolated assets.
Submit an async image generation job. The input object accepts any model-specific parameters — size, count, seed — and credits are charged on completion only.
# Generate images and wait for the result
$ naive images generate --model fal-ai/flux/schnell "A minimalist illustration of an AI robot" \
--num 2 --wait
# List available models
$ naive images models
# Check a generation job
$ naive jobs get <job-id>Text-to-video for scripted content and image-to-video for animating stills. All jobs run through the unified jobs system with credits billed on completion.
# Generate video and wait for completion
$ naive video generate --model fal-ai/kling-video/v3/pro/text-to-video "A golden retriever running on a beach" \
--duration 5 --wait
# See available models
$ naive video models
# Check the generation job
$ naive video status <job-id>The API returns an OAuth URL the user opens to authorize an account — no custom frontend needed. Use the portal endpoint to connect several platforms at once.
# Activate, then connect a platform
$ naive social activate
$ naive social connect --platform twitter --redirect-url https://your-app.com/callbackFrom image and video generation to clips, asset management, and social scheduling — one API surface.