Authentication
You'll need to authenticate your requests to access any of the endpoints in the Engine API. In this guide, we'll look at how authentication works. The Agent Execution engine is authenticated via an API key. So you must first generate your API keys.
Making Requests
When making API requests you should include your API keys within the request header like so:
curl https://engine.nla.la/api/v1/agent \
-H "apikey: {token}"
Remember, always keep your token safe