• Townie
    AI
  • Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
charmaine

charmaine

clay-proxy

Call clay() to use Clay as an API
Public
Like
clay-proxy
Home
Code
3
README.md
H
main.tsx
sdk.ts
Branches
1
Pull requests
1
Remixes
5
History
Environment variables
2
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
8/6/2025
Viewing readonly version of main branch: v59
View latest version
README.md

Clay API

Simple API to enrich data with Clay.

Usage

Create val
import { clay } from "./sdk.ts"; const result = await clay({ email: "user@example.com", github_username: "johndoe" }); console.log(result.linkedin); // LinkedIn URL console.log(result.tech_stack); // Tech stack console.log(result.funding); // Funding info

Input

  • email - Email address
  • github_username - GitHub username
  • source - Data source
  • repo - Repository name

Output

  • linkedin - LinkedIn URL
  • linkedin_data - LinkedIn profile data
  • tech_stack - Technology stack
  • funding - Funding information

API Endpoint

curl -X POST https://your-api.com/enrich \ -H "Content-Type: application/json" \ -d '{"email": "user@example.com"}'
FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.