---
title: "Init Vantage Settings"
method: POST
path: "/vantage/init"
tags: ["Vantage"]
---

# Init Vantage Settings

`POST /vantage/init`

Initialize Vantage settings and store in the database.

Parameters:
- api_key: Vantage API key for authentication
- integration_token: Vantage integration token for the cost-import endpoint
- base_url: Vantage API base URL (default: https://api.vantage.sh)

Only admin users can configure Vantage settings.

## Request body

- VantageInitRequest — Request model for initializing Vantage settings
  - `api_key` string, required — Vantage API key for authentication
  - `integration_token` string, required — Vantage integration token for the cost-import endpoint
  - `base_url` string — Vantage API base URL (default: https://api.vantage.sh)

## Response `200`

Successful Response

- VantageInitResponse — Response model for Vantage initialization
  - `message` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/79928a3d37d3/schema)
