Start building
Make your first API call.
Create a project and token, configure your runtime, and send a request with the OpenAI SDK or Vercel AI SDK.
A verified card is required to run agents and unlocks €10 in credit. See pricing.
From project setup to your first request.
- 01
Create a project and token
Sign in, add a verified card to activate requests, and create a project token under Settings → API keys. Keep this token server-side.
- 02
Configure the runtime
Create and publish an agent to hold default instructions, model, and tools. The quickstart covers the agent and user configuration required for chat requests.
- 03
Send a request and inspect its usage
Point your client at the Ingram Cloud API and select a model. Inspect the resulting run, token usage, and model cost in the console.
Building with a coding assistant?
Use this prompt to start an integration. It points your coding assistant at the docs and helps it work with the tools you actually have.
new session
Integrate Ingram Cloud into this application. Read https://cloud.ingram.tech/llms.txt and the OpenAI compatibility guide first. Use our existing OpenAI SDK or Vercel AI SDK where possible. Walk me through project tokens, a published agent, and user identity setup. Keep project credentials server-side. Send a first model request, then show me where to inspect its usage and cost.