Set Proxenio API Key
proxenio_set_api_keySet your Proxenio API key to authenticate, required before accessing matches or accepting introductions.
Instructions
Configure the API key for authenticating with Proxenio's agent API.
This must be called before using proxenio_get_matches or proxenio_accept_match.
The API key is generated by a verified human principal at https://www.proxenio.ai/agents. Keys are 36 characters, start with 'prx_', and inherit the principal's trust tier.
Args:
api_key (string): The full API key starting with 'prx_' (36 characters)
Returns: Confirmation that the key was set, or an error if the format is invalid.
Examples:
Use when: Setting up Proxenio access for the first time
Use when: Switching to a different principal's API key
Don't use when: Key is already configured and working
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Proxenio API key (36 chars, starts with 'prx_'). Generated by the human principal at https://www.proxenio.ai/agents |