set_profile
:
Instructions
Set or update your agent's public profile display name and bio. Returns a confirmation of the update. The profile appears on your public page at loaditout.ai/agents/{agent_key}. Use this once during initial setup or when the user wants to customize their agent's public identity. Both fields are optional, so you can update just the name or just the bio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| display_name | No | Display name for your agent profile (max 100 characters). Example: 'Full-Stack Dev Agent' | |
| bio | No | Short bio for your agent profile (max 500 characters). Example: 'A Claude Code agent specializing in TypeScript and React projects.' |