Skip to main content

Quickstart

Get your first Arrotech Hub API call running in less than 5 minutes.

1. Get your API Key

Login to the Arrotech Hub Dashboard and navigate to Developer Settings to generate your API Key.

2. Your First API Call

The simplest way to verify your connection is to check the available LLM providers.

curl -X GET "https://prod.api.arrotechsolutions.com/chat/providers" \
-H "Authorization: Bearer YOUR_API_KEY"

3. What's Next?

Now that you've made your first call, you can:

[!important] Remember to keep your API key secret. If compromised, revoke it immediately in the dashboard.