Prerequisites
- .NET 10 SDK or later (
dotnet --version). - The install URL — the address of your self-hosted Ekso (e.g.
https://ekso.acme.com). This is thePublicUrlset during the/startupwizard. - Either a stored API key (for
ApiKeyAuth) or an OAuth token pair (forRefreshableBearerAuth). See Authentication for how to obtain each.
Install
From your project directory:.csproj:
Verify
A minimal program that constructs a client and authenticates:Dependencies
Ekso.Sdk declares:
Most of these are transitive — you don’t need to add them to your
.csproj. They’re listed so you know what’s actually in your dependency graph.
Pre-release builds
To pin a specific pre-release:Next steps
- Authentication — pick
ApiKeyAuthorRefreshableBearerAuth. - Quickstart — your first authenticated call against the API.