Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

myapi

يحتوي myapi على 24 من skills المجمعة من myapihq، مع تغطية مهنية على مستوى المستودع وصفحات 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