feat(ecosystem): add AI Talent Atlas — researcher intelligence API#168
Open
FuturMix wants to merge 1 commit into
Open
feat(ecosystem): add AI Talent Atlas — researcher intelligence API#168FuturMix wants to merge 1 commit into
FuturMix wants to merge 1 commit into
Conversation
AI Talent Atlas is a pay-per-request data API serving structured intelligence on 643 AI researchers across 14 major labs (OpenAI, Anthropic, DeepMind, Meta, etc.). Endpoints include researcher search, org charts, talent flow matrix, co-author networks, and departure tracking. Payments via x402 exact scheme, USDC on Base.
🟡 Heimdall Review Status
|
|
Quick no-payment discovery check on the submitted site. No payment headers, signatures, wallet, API key, or paid calls. Repro: npx --yes x402-surface-check@latest https://www.agentrift.tech --limit 8 --origin https://www.agentrift.tech
for p in /.well-known/x402 /.well-known/agent.json /openapi.json /api/openapi.json /llms.txt; do curl -i https://www.agentrift.tech | head; doneObserved: the public page is reachable, but the common machine-readable discovery paths I checked all return the HTML landing page rather than JSON/OpenAPI/llms text. If this listing is only meant to point humans at a product page, that may be fine. If it is meant to be discoverable by agents from the x402 ecosystem directory, I would add at least one canonical machine-readable entrypoint, for example:
That would make it easier for agents and registry scanners to verify the paid API surface without guessing from the HTML page. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds AI Talent Atlas to the x402 ecosystem page as a
Services/Endpointsprovider.AI Talent Atlas is a pay-per-request data API serving structured intelligence on 643 AI researchers across 14 major labs. Agents and developers can query researcher profiles, organizational charts, talent flow matrices, co-author networks, and departure tracking — all via x402 micropayments.
x402 Integration
eip155:8453)exactEndpoints
GET /api/v1/researchersGET /api/v1/researcher/:idGET /api/v1/org/:nameGET /api/v1/talent-flowGET /api/v1/coauthors/:nameGET /api/v1/departuresGET /api/v1/chinese-talentPOST /api/v1/bulk-exportData Coverage
Files
typescript/site/app/ecosystem/partners-data/ai-talent-atlas/metadata.jsontypescript/site/public/logos/ai-talent-atlas.png(512x512 PNG)Category
Services/Endpoints, withtypeLabel: "Data".Tests
metadata.jsonparses as valid JSONAI tools were used in preparing this submission.