Skip to main content

Create a new Agent for a Persona

POST 

/v1/personas/:personaId/agents

An Agent is responsible of controling one aspect of Numeno according to preferences you express in natural language.

When creating an Agent, you specify:

  • A friendly name for the Agent - these names are not unique and are for convenience only.
  • The type of the Agent - for now only feed Agent is supported.
  • The key the Agent will use to access other services in Numeno.

Apart from this you will need to configure different aspects of the Agent depending on its type. The rest of the documentation specifies these aspects.

Request

Responses

Agent created successfully