Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

myapi

myapi contient 24 skills collectées depuis myapihq, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
24
Stars
107
mis à jour
2026-07-02
Forks
1
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

my-function-api
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs web

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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