Register Yolfi Workspace For Agent
yolfi_agent_registerRegister a Yolfi workspace to obtain a new API key when no key is set. Provide agent name and project name; returns a single-use API key for use with private tools.
Instructions
Register a Yolfi workspace through the public agent registration endpoint when no YOLFI_API_KEY exists yet. This returns an API key once; store it in an ignored env file or secret manager before using private tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentName | Yes | Name of the coding agent or MCP host, for example Codex, Claude Code, Cursor, or OpenClaw. | |
| projectName | Yes | User-approved product or project name for the Yolfi workspace. | |
| projectUrl | No | Optional public or local URL of the target product, if known. | |
| integrationIntent | No | User-approved reason for the integration, for example accept_payments, subscription, donation, or sell_digital_product. | |
| language | No | Optional preferred language code for agent-facing responses. | |
| ref | No | Optional source tag such as mcp, glama, npm, docs, codex, claude-code, or cursor. | |
| metadata | No | Optional safe non-secret metadata. Do not include API keys, wallet private keys, tokens, or personal secrets. |