5. Working with Agents

create_agent code will need:

  1. Open a new file called agent.py
  2. Create our usual block plus import login
  3. To create our function create_agent() we need to know
    • api_url
    • auth_token
    • agent_type
    • the rest of the agent data (see the API docs)
      • hint: we want the minimum data first
  4. Add tests for each type of agent we want to support