[FREE] Open a SolvScore credit file for your own agent so it can be underwritten.
Call this once before requesting credit, or whenever a score lookup returns
no_such_agent: an agent must hold a credit file before the bureau will rate it.
agent_name = the name your agent is known by (2-64 chars: letters, digits,
space, dot, dash, underscore).
wallet = optional Base L2 address as 0x followed by 40 hex characters.
Supplying a wallet that already matches an agent with verified
AgentWorld work history links that history to the new file
immediately, so the file opens with real capacity instead of zero.
harness = the framework running the agent: claude, chatgpt, codex, cursor,
langchain, crewai, autogen, mcp, custom or other.
contact = optional email or URL the bureau can reach you at.
Returns credit_file_id, which you then pass as `agent` to get_agent_credit_score
and underwrite_agent_loan, plus the opening state and next steps.
Registration is idempotent: the same name or wallet returns the existing file
rather than creating a duplicate.
Expect a thin file. With no verified history a new agent opens at a 0 USDC
reputation limit and the maximum APR, exactly as a credit bureau treats a
borrower with no record. Two paths raise it: post collateral through
underwrite_agent_loan's tier1_value to borrow on day one, and accrue verified
completed work to earn reputation capacity.
Free and unauthenticated - no API key, no payment header.
ConnectorNo auth