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 onlyfeed
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
- 201
- 400
- 401
- 403
- 404
- 409
- 429
- 500
Agent created successfully
Bad request
Unauthorized - API Key missing or invalid
Forbidden - API Key does not have permission to perform this action
Resource not found
Resource already in use
Too many requests
Internal server error