Vorsto Docs
  • Get Started
  • Getting Started
    • Create Agent
    • Configure Agent
    • Functions
    • Parameters
  • API
    • Authentication
    • Request
    • Object Response
    • Text Response
    • API Web Hook
    • IP Whitelisting
  • 3rd Party Models
    • GPT
    • Gemini
Powered by GitBook
On this page

Was this helpful?

  1. API

Authentication

Api authentication using api keys

PreviousParametersNextRequest

Last updated 7 months ago

Was this helpful?

To integrate with your agent, you need a valid api key from your account.

You can generate an api key from .

To authenticate your api, you need to setting your header x-auth-key appropriately

// Authentication Header
x-auth-key: api_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

console
> settings