Inceptiva· SDKv0.4.0
API REFERENCE

Consultar el agente

GET /v1/agents/{agent_id}

Devuelve la información pública del agente asociado a la API key.

shell
curl "https://api.inceptiva.com/v1/agents/$INCEPTIVA_AGENT_ID" \
  --header "Authorization: Bearer $INCEPTIVA_API_KEY"
json
{
  "id": "00000000-0000-0000-0000-000000000000",
  "name": "Asistente comercial",
  "description": "Ayuda al equipo comercial",
  "capabilities": {
    "streaming": true,
    "citations": true,
    "documents": true,
    "tools": true
  }
}

La respuesta solo describe capacidades habilitadas; no revela configuración interna, instrucciones, fuentes ni credenciales.