Anaconda Desktop will discontinue support of VectorDB in July, 2026.
The Anaconda Desktop API provides a programmatic interface for managing models. It provides a complete infrastructure for downloading, hosting, and serving models on your own hardware.
To access your Desktop API key and API server port:
Select the user dropdown menu in the upper-right corner.
Select Settings.
Navigate to the Desktop API Configurations section.
From the configurations section, you can View, Copy, and Rotate your API key, configure your API server port, and access interactive API documentation.
Your Desktop API server runs locally on your machine at the address localhost (also written as 127.0.0.1).The Settings page shows two additional key pieces of information you’ll need:
Server port: The port number where your server listens for requests.
API key: Used for authentication in your requests.
Your base URL combines the server address and port. For example: http://localhost:8001/
The API should return /api/models/health ok. If you receive an error, verify your API key and port number match what’s on the Settings page, then try again.