Endpoint
Create an API key
- Open the Developer Portal.
- Select your team.
- Go to API keys.
- Create or reset an API key.
- Copy the generated key immediately. It is shown once.
api_.
Connect your client
Replaceapi_... with the API key you copied from the Developer Portal.
- Claude Code
- Codex
- Cursor
- VS Code
Available tools
Recommended flow
Start every session by asking the assistant to inspect the team:Images
Useupload_app_image for app store images. It uploads the image and stores the correct filename in the matching metadata field.
The tool accepts either:
source_url: a public HTTPS URL to a PNG or JPEG.image_base64: base64-encoded PNG or JPEG bytes for local files.
configure_mini_app for Mini App text, links, categories, permissions, countries, and languages. Use upload_app_image for logo, content card, meta tag, hero, and showcase assets.
Review submission still requires image metadata. Upload the required images before calling submit_app_for_review:
Security notes
- Store generated World ID private keys immediately. They are returned once and are not recoverable from the portal.
- Use a separate API key per local agent or project when possible.
- Delete or rotate API keys that are no longer needed.
- Confirm destructive actions before asking the assistant to rotate a signer key or submit an app for review.