ugf_authenticate
Authenticate to the Universal Gas Framework by signing a nonce with your private key and receive a JWT for subsequent requests.
Instructions
Complete UGF login. Agent signs the nonce from ugf_get_nonce with its private key and passes the signature here. Returns JWT for agent to cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | EVM wallet address of the agent | |
| nonce | Yes | Nonce returned by ugf_get_nonce | |
| signature | Yes | Nonce signed by agent's private key |