Get Clerk development API keys
Return the Publishable Key and Secret Key for a connected development Clerk instance.
← All Clerk endpoints · Capability overview
/v1/clerk/development-api-keyshttps://api.vee3.io/v1/clerk/development-api-keys
Return the Publishable Key and Secret Key for a connected development Clerk instance.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.get_development_api_keysParameters1 field
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
Response4 fields
clerk_instance_idstringClerk instance id (ins_...) for the connected development app.
environment_typestringAlways "development" when this capability succeeds.
publishable_keystringClerk Publishable Key (pk_test_...). Safe for frontend env vars; do not treat as a secret equivalent to the Secret Key.
secret_keystringClerk Secret Key (sk_test_...). Treat as high-privilege — do not log.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required