nyne

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name NYNE_API_KEY or zero doctor check-connector --url https://api.nyne.ai/person/search --method POST.

How to Use

Nyne authenticates with two headers on every request:

  • X-API-Key: $NYNE_API_KEY
  • X-API-Secret: $NYNE_API_SECRET

The base URL is https://api.nyne.ai. Full reference: https://api.nyne.ai/documentation.

Most endpoints are asynchronous: a POST returns a request_id, then you poll with GET <same path>?request_id=.... You can also pass a callback_url to receive results via webhook.

1. People search (async)

Installs
8
GitHub Stars
64
First Seen
May 19, 2026
nyne — vm0-ai/vm0-skills