Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

myapi

myapi には myapihq から収集した 24 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
24
Stars
107
更新
2026-07-02
Forks
1
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

my-function-api
ソフトウェア開発者

Deploy JavaScript functions to the MyAPI edge runtime (Cloudflare Workers). Register a function, upload a single-file JS bundle, get a live HTTP invocation URL or run it on a cron schedule. Each function gets a scoped capability key for cross-slot calls.

2026-07-02
my-payments-api
ソフトウェア開発者

Take payments via Stripe — one-off or recurring. Connect your own Stripe account, then create hosted Stripe Checkout URLs. No raw card data ever touches your code.

2026-07-02
my-pixel-api
ソフトウェア開発者

Tracking pixel + identity resolution for MyAPI funnels and email. Capture visits and events, resolve known users to anonymous sessions, stream interaction events for analytics. Pairs with mycrmapi for auto-ingest of pixel_visit events on known contacts.

2026-07-02
my-api-hq
ソフトウェア開発者

Auth, organizations, and billing hub. Start here to get an api_key and org_id — every other service depends on both.

2026-07-02
my-audience-api
ソフトウェア開発者

Saved audiences = named Goldfox-filter snapshots over the people or company database. Build a target list once, name it, reuse it across campaigns, refresh to re-evaluate against current data. The persistence layer on top of my-people-api + my-company-api.

2026-07-02
my-domain-api
ソフトウェア開発者

Register new domains and manage edge settings. Required before a funnel can go live on a custom URL.

2026-07-02
my-email-verify-api
ソフトウェア開発者

Synchronous single-address email verification — syntax + DNS + Microsoft GetCredentialType probe. Returns a verdict in <1s for ~50% of inputs; the rest get verdict='unknown' with smtp_recommended=true. The pre-send quality gate for any outbound campaign.

2026-07-02
my-funnel-api
ウェブ開発者

Create and publish websites (funnels) to the edge. Push raw HTML to any slug and it goes live instantly on your org's domain or preview subdomain.

2026-07-02
my-git-api
ソフトウェア開発者

Hosted git repositories over HTTP. Create repos, read history (log/show/tree/blob/diff), and write atomically (commit/branch/tag/merge) — no clone needed. Real `git clone`/`push` also work over HTTPS with your API key as the password.

2026-07-02
my-image-api
ソフトウェア開発者

Generate AI images from a text prompt. Async — submit a prompt, the CLI polls until the image is ready, then returns a public CDN URL. Image lands automatically in your org's storage.

2026-07-02
my-storage-api
ソフトウェア開発者

Edge-hosted asset storage. Upload local files (.png/.jpg/.gif/.webp) directly, or have the server fetch from a public URL. Each asset gets a stable public CDN URL.

2026-07-02
my-webhook-api
ソフトウェア開発者

Inbound webhook endpoints for non-funnel sources — Stripe, GitHub, custom services. Funnel forms use the my-funnel-api proxy.

2026-07-02
my-workflow-api
ソフトウェア開発者

Run actions when a webhook fires. Trigger emails, Slack notifications, or HTTP calls in response to inbound webhook deliveries — without writing a backend.

2026-07-02
my-llm-api
ソフトウェア開発者

Two-surface LLM primitive. Raw chat completion against self-hosted open-source models (you pick the model), and objective verbs (classify / extract / summarize / draft) that hide the model behind a task. Pricing in cents per 1M tokens; charged from your MyAPI balance.

2026-06-30
my-auth-api
ソフトウェア開発者

Add authentication to apps you build on MyAPI — a managed OIDC identity provider for your app's END USERS (à la Kinde/Auth0). One auth tenant per org; register OIDC clients; sign users in with managed Google or the hosted login page; verify RS256 tokens against the tenant JWKS.

2026-06-27
my-email-api
ソフトウェア開発者

Send transactional and bulk email from your own domain. Create mailboxes, send/receive messages, generate AI templates, and manage warmup.

2026-06-22
my-crm-api
ソフトウェア開発者

The canonical store of engaged contacts + companies for an org. Auto-ingests from inbound webhooks via a configurable dot-path. Fixed lifecycle_stage enum (cold | warm | qualified | customer | churned). Append-only event timeline with reserved kinds. Soft delete + restore. Promote-from-Goldfox closes the discovery → engagement loop.

2026-06-21
my-url-to
ソフトウェア開発者

Stateful URL shortening service. Generate compact `myurlto.com` redirect links to long URLs. Often invoked implicitly by other backend services for outbound links.

2026-06-21
my-container-api
ソフトウェア開発者

Run containers on demand — long-running services, background workers, and scheduled jobs. The heavier-duty sibling of edge functions, for native deps and long execution.

2026-05-19
my-queue-api
ソフトウェア開発者

Durable job queue — enqueue work and have it retried against your HTTP consumer, with concurrency caps and a dependency DAG.

2026-05-19
my-task-api
ソフトウェア開発者

Agent-task queue — file units of work, rank them, claim under a lease, then resolve, fail, or cancel. The agent-loop hot path.

2026-05-18
my-company-api
ソフトウェア開発者

Company database backed by the Goldfox crawl. Filter companies by Goldfox confidence tier, country/TLD consistency, behavioral page signals (has_careers_page, has_investors_page, has_shop_page, has_c_level, has_decision_maker), legal-entity status, headcount, and source-URL count. Account-based targeting and B2B firmographics.

2026-05-13
my-people-api
ソフトウェア開発者

Contact database backed by the Goldfox crawl. Filter people by Goldfox confidence tier, seniority, email type, country, link confidence, plus rich behavioral company signals (has_c_level, has_careers_page, has_decision_maker, etc.). The targeting layer for outbound campaigns.

2026-05-13
my-database-api
ソフトウェア開発者

Per-org KV store with named namespaces, JSON values up to 256 KB, prefix-scan listing, and compare-and-swap via etag. The substrate for any stateful agent-built app on MyAPI — user tables, session stores, idempotency keys, per-user lookup maps.

2026-05-12