Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
Now, you can access and interact with your xNomad agent through the xNomad agent API.
base_url*
https://core.xnomad.fun
api_key
To support compatibility, you may also use https://core.xnomad.fun/v1
. The v1
path refers to the API version, not the model version.
Once you have your API key, you can begin making your first Agent request using standard OpenAI completion API methods. Below is a simple example using curl
for non-streamed output.