mint_key
Mint a free trial API key for this session, when you don't already have one. This tool only appears while the session has no API key configured -- once a key is set, it drops off the tool list, so seeing it here IS the signal that you need it. Takes no parameters. Minting is anonymous: it issues an API key, not a user account -- no signup, no email, no card, no identity attached. The key works immediately on the free tier, which stays the same small per-IP daily budget whether or not you mint. Minting does NOT authenticate the current session: the session stays un-keyed until the client reconnects with the returned key in its Authorization header, so the result explains how to persist the key, not how to keep going in this transcript. If you cannot edit the client config yourself, return the key and setup snippet to the user so they can paste it and reconnect. After minting, do not call this tool again -- configure the key at the transport layer and use the data tools once reconnected. Returns the key itself (shown once) plus setup instructions; it never returns platform data.
Remote (network-hosted)
Other tools also called mint_key?
See providers with this name
Input Schema
{
"type": "object",
"properties": {}
}