Skip to main content

Developer guides

From first request to production agents.

Start with an OpenAI-compatible API call, then add Venice-specific privacy, tools, media generation, and wallet-funded agent workflows.

Agent quickstartAfter you create a key

Build a private research agent

Use any OpenAI-compatible client, point it at Venice, then turn on Venice-native tools like server-side web search with venice_parameters.

1export VENICE_API_KEY=“your-api-key”
2npm install openai
Explore agent workflows →