v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
studio

Set account association

Associates a generated miniapp with a Farcaster account using a JFS-signed domain association. Requires API key authentication. Note: Studio CU is tracked based on LLM token usage, not per API call.

post/v2/studio/deployment/account-association

Request body

deployment_idstring uuid

Deployment ID (UUID). Required if name not provided.

fidinteger

Farcaster ID of the user; if not provided, namespace must be provided

namestring

Kubernetes deployment name. Required if deployment_id not provided.

namespacestring

Optional Kubernetes namespace. If not provided, will query for the active namespace for the given FID.

Example request

{
  "fid": 3
}

Response

Success

messagestring required

Status message from the miniapp generator

successboolean required