Connecting with a Client

While you can administer Antenny entirly through the web interface, you may also want to interact with Antenny through its API. You do this using an Antenny client.

Clients are simple named objects that when created, generate a secret API key. You use this key to authenticate with the Antenny API. You can create as many clients as you like and won't incur any charges for the clients you create.

New Client

  1. Navigate to the clients page
  2. Click the + New Client button
  3. Fill out the required inputs
  4. Submit the form

You should see your new client listed. If it doesn't appear, you may need to refresh your browser until it appears. At this point you should navigate to your client to retrieve it's API key.

For examples of how to connect using Antenny APIs, see the docs APIs section.