Skip to content

Add Tate Programs x402 readiness provider#1

Open
TateLyman wants to merge 1 commit into
NoFxAiOS:mainfrom
TateLyman:codex/add-tate-programs-provider
Open

Add Tate Programs x402 readiness provider#1
TateLyman wants to merge 1 commit into
NoFxAiOS:mainfrom
TateLyman:codex/add-tate-programs-provider

Conversation

@TateLyman
Copy link
Copy Markdown

@TateLyman TateLyman commented May 20, 2026

Adds Tate Programs as an x402/agent-skill trust provider with three JSON POST routes:

  • x402 launch-surface triage
  • x402 index/discovery watch
  • Agent Skill Trust Check

The upstream is https://the402.tateprograms.com and expects marketplace-managed auth via X-Tate-Provider-Token using the TATE_PROGRAMS_PROVIDER_TOKEN environment variable.

The public direct x402 versions of these endpoints are already live on Base USDC; these provider routes are the proxy-friendly upstream paths for marketplaces that collect payment before calling the provider.

Validation performed locally:

python3 - <<'PY'
import yaml
with open('providers/tateprograms.yaml') as f:
    data = yaml.safe_load(f)
assert data['id'] == 'tateprograms'
assert len(data['routes']) == 3
PY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant