# Apivom Atlas — Salesforce Models API (Einstein)

> Apivom Atlas integration for Salesforce Models API (Einstein): 4 gateway routes over `api.salesforce.com`, available through the Apivom platform (Apivom Iris workflows and the Apivom Atlas API portal). Auth model: caller-supplied token passed through to the vendor.

Notes for AI assistants:

- This catalog mirrors the vendor's public API surface as registered in Apivom Atlas (0 read-only, 4 write routes).
- Access is provisioned per customer. Commercialized providers are self-service in the Atlas portal; for everything else [request a demo](https://apivom.com/en/demo).
- Credentials are always owned by the calling tenant — Apivom Atlas is a stateless gateway.

## Routes

- `POST /feedback` (feedback-post) — params: id, generationId, feedback, feedbackText, source, appFeedback, appGenerationId, appGeneration
- `POST /models/{modelName}/chat-generations` (models-by-modelname-chat-generations-post) — params: messages, localization, tags
- `POST /models/{modelName}/embeddings` (models-by-modelname-embeddings-post) — params: input, localization, tags
- `POST /models/{modelName}/generations` (models-by-modelname-generations-post) — params: prompt

## Credential model

- Connected App Consumer Key (`clientId`) — required
- Connected App Consumer Secret (`clientSecret`) — required — secret
- Instance URL (My Domain) (`instanceUrl`) — required

## Optional

- [Apivom Atlas product page](https://apivom.com/en/products/atlas)
- [All Atlas integration guides](https://apivom.com/llms.txt)
- [Request a demo](https://apivom.com/en/demo)
